Skip to content

Commit

Permalink
Updating container tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Aug 28, 2022
1 parent 65721a5 commit 1624135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
branches:
- master

release:
types: [published]

jobs:
docker:
Expand Down Expand Up @@ -43,3 +46,4 @@ jobs:
ghcr.io/${{ github.repository_owner }}/sqlbuildmanager:${{ steps.date.outputs.date }}
ghcr.io/${{ github.repository_owner }}/sqlbuildmanager:latest-vNext
ghcr.io/${{ github.repository_owner }}/sqlbuildmanager:latest
ghcr.io/${{ github.repository_owner }}/sqlbuildmanager:${{ github.event.release.tag_name }}

0 comments on commit 1624135

Please sign in to comment.