Skip to content

Commit

Permalink
to fixup data
Browse files Browse the repository at this point in the history
  • Loading branch information
yoann-apel committed Nov 12, 2024
1 parent e68678a commit 0e10b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- dev

env:
IMAGE_NAME: ${{ github.repository }}
REGISTRY: ghcr.io
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_TOKEN }}

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down

0 comments on commit 0e10b9f

Please sign in to comment.