pull before build and test

This commit is contained in:
ThePhaseless
2024-12-11 01:02:59 +00:00
parent 96a9cc7ba9
commit 962db9409c
+2
View File
@@ -80,6 +80,7 @@ jobs:
context: .
platforms: linux/amd64
cache-from: type=gha
pull: true
cache-to: type=gha,mode=max
target: test
@@ -90,6 +91,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
pull: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}