Update docker.yml
This commit is contained in:
@@ -153,10 +153,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: app
|
context: app
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
|
||||||
tags: buzzerburger/test:latest
|
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
tags: buzzerburger/test:latest
|
||||||
|
|
||||||
# for an approved pull_request, only push pr-specific tags
|
# for an approved pull_request, only push pr-specific tags
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user