Skip to content

Commit

Permalink
Merge pull request #3 from GSA-TTS/add-tag-latest
Browse files Browse the repository at this point in the history
Add a new tag
  • Loading branch information
asteel-gsa authored May 31, 2023
2 parents 780af04 + 4106992 commit 9a388c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Tag Image
run: |
docker tag ${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }} ghcr.io/${{ env.GH_REPO }}/${{ env.IMAGE }}:${{ steps.date.outputs.date }}
docker tag ${{ env.DOCKER_NAME }}:${{ steps.date.outputs.date }} ghcr.io/${{ env.GH_REPO }}/${{ env.IMAGE }}:latest
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 9a388c8

Please sign in to comment.