Skip to content

Commit e2c391a

Browse files
committed
Ensure base image is refreshed for builds
1 parent c00e858 commit e2c391a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ jobs:
9292
platforms: linux/amd64,linux/arm64
9393
push: ${{ github.event_name != 'pull_request' }}
9494
tags: ${{ steps.prep.outputs.tags }}
95+
pull: true
96+
no-cache: true

0 commit comments

Comments
 (0)