Skip to content

Commit

Permalink
fix(ci/cd): Update Github workflow /2
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jul 23, 2024
1 parent 5c9ac96 commit 33c36c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
IMAGE_ID=ghcr.io/${{ github.repository }}
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
docker build -t ${{ github.repository }}:staging --build-arg MODE=staging .
docker build -t $IMAGE_ID:staging --build-arg MODE=staging .
- name: 📦 Push Docker image
run: |
Expand Down

0 comments on commit 33c36c9

Please sign in to comment.