Skip to content

Commit

Permalink
Update build-and-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guybar authored Nov 13, 2024
1 parent c5367fd commit b87bf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: docker build and push
run: |
ls build/generated
ls build/libs
docker build -t $DOCKER_REPO/$IMAGE_NAME .
# docker images
# docker tag $IMAGE_NAME $DOCKER_REPO/$IMAGE_NAME
Expand Down

0 comments on commit b87bf36

Please sign in to comment.