We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbf64f commit afe622dCopy full SHA for afe622d
1 file changed
.github/workflows/publish-container.yaml
@@ -36,8 +36,10 @@ jobs:
36
- name: "Build and Publish brocksolutions/sqlcmd:${{ steps.version.outputs.sqlcmd }}"
37
uses: ./.github/actions/action-build-container/
38
with:
39
- dockerfile-path: Dockerfile
40
image-name: sqlcmd
41
- version: ${{ steps.version.outputs.sqlcmd }}
+ dockerfile-path: Dockerfile
+ tags: |
42
+ ${{ steps.version.outputs.sqlcmd }}
43
tag-latest: true
44
push-to-registry: true
45
+ use-ghas: true
0 commit comments