We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495a530 commit 5fefcc5Copy full SHA for 5fefcc5
1 file changed
.github/workflows/build.yml
@@ -95,6 +95,7 @@ jobs:
95
with:
96
context: .
97
file: silta/nginx.Dockerfile
98
+ pull: true
99
push: true
100
tags: ${{ env.REGISTRY }}/${{ env.REPO }}/nginx:${{ steps.tag.outputs.tag }}
101
labels: |
0 commit comments