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