Update docker.yml
This commit is contained in:
@@ -140,9 +140,9 @@ jobs:
|
|||||||
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: true
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: buzzerburger/test:latest
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
# labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
-
|
-
|
||||||
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