mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
pull before build and test
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user