Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-popescu-reef committed Sep 16, 2024
1 parent a2aa568 commit 34f981a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ jobs:
docker build -t $IMAGE_NAME .
docker push $IMAGE_NAME:TAG_VERSION
echo "--------"
docker images
echo "--------"
echo $IMAGE_NAME
docker push $IMAGE_NAME

0 comments on commit 34f981a

Please sign in to comment.