Skip to content

Commit af3988c

Browse files
committed
fix: tag?
1 parent 868c1ce commit af3988c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: redhat-actions/buildah-build@v2
1515
with:
1616
image: finlex
17-
tags: latest ${{ github.sha }}
17+
tags: production ${{ github.sha }}
1818
containerfiles: ./Dockerfile
1919
build-args: |
2020
GIT_SHA=${{ github.sha }}

0 commit comments

Comments
 (0)