Skip to content

Commit afe622d

Browse files
committed
Fix container tags
1 parent 5cbf64f commit afe622d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-container.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
- name: "Build and Publish brocksolutions/sqlcmd:${{ steps.version.outputs.sqlcmd }}"
3737
uses: ./.github/actions/action-build-container/
3838
with:
39-
dockerfile-path: Dockerfile
4039
image-name: sqlcmd
41-
version: ${{ steps.version.outputs.sqlcmd }}
40+
dockerfile-path: Dockerfile
41+
tags: |
42+
${{ steps.version.outputs.sqlcmd }}
4243
tag-latest: true
4344
push-to-registry: true
45+
use-ghas: true

0 commit comments

Comments
 (0)