Skip to content

Commit

Permalink
update integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriow committed Oct 31, 2024
1 parent f7f4276 commit 890448a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build and tag image
run: |
COMMIT_SHA=$(echo $GITHUB_SHA | cut -c1-7)
docker build -t ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:$COMMIT_SHA -f path/to/Dockerfile .
docker build -t ghcr.io/andriow/${{ github.repository }}:$COMMIT_SHA -f path/to/Dockerfile .
- name: Push image to GHCR
run: docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:$COMMIT_SHA
run: docker push ghcr.io/andriow/${{ github.repository }}:$COMMIT_SHA

0 comments on commit 890448a

Please sign in to comment.