Skip to content

Commit

Permalink
Updated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sturrent authored Dec 2, 2019
1 parent 13207f0 commit 82e295e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: docker build . --file Dockerfile -t sturrent/l200labs:"${{ env.TAG_ID }}"
- name: Push the tagged Docker image
run: docker push sturrent/l200labs:"${{ env.TAG_ID }}"
- name: Build the latest Docker image
run: docker build . --file Dockerfile --tag sturrent/l200labs:latest
- name: Tag the latest Docker image
run: docker tag sturrent/l200labs:"${{ env.TAG_ID }}" sturrent/l200labs:latest
- name: Push the latest Docker image
run: docker push sturrent/l200labs:latest

0 comments on commit 82e295e

Please sign in to comment.