Skip to content

Commit

Permalink
corrected docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
dapolach committed Sep 14, 2024
1 parent 73e7308 commit 547dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Build the Docker image and tag it with both the 'latest', commit hash, and tag if exist
./gradlew bootBuildImage --imageName=ghcr.io/zabiny/klabis-be:latest
docker tag ghcr.io/zabiny/klabis-be:latest ghcr.io/zabiny/klabis-be:$(git rev-parse --short HEAD)
docker push -a ghcr.io/zabiny/klabis-be:latest
docker push -a ghcr.io/zabiny/klabis-be
- name: Verify image
run: docker images

0 comments on commit 547dd0b

Please sign in to comment.