We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868c1ce commit af3988cCopy full SHA for af3988c
.github/workflows/build_production.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: redhat-actions/buildah-build@v2
15
with:
16
image: finlex
17
- tags: latest ${{ github.sha }}
+ tags: production ${{ github.sha }}
18
containerfiles: ./Dockerfile
19
build-args: |
20
GIT_SHA=${{ github.sha }}
0 commit comments