Skip to content

Commit 5fefcc5

Browse files
committed
fix: add pull:true to docker build to prevent stale base image cache
1 parent 495a530 commit 5fefcc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
with:
9696
context: .
9797
file: silta/nginx.Dockerfile
98+
pull: true
9899
push: true
99100
tags: ${{ env.REGISTRY }}/${{ env.REPO }}/nginx:${{ steps.tag.outputs.tag }}
100101
labels: |

0 commit comments

Comments
 (0)