Skip to content

Commit

Permalink
rename file, push image
Browse files Browse the repository at this point in the history
  • Loading branch information
mluffman committed Sep 27, 2023
1 parent b0fd871 commit 7ce43e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push docker image
run: |
docker build . -t $IMAGE_NAME
docker build . -t $IMAGE_NAME:${GITHUB_SHA}
docker push $IMAGE_NAME:${GITHUB_SHA}

0 comments on commit 7ce43e8

Please sign in to comment.