Update docker.yml

This commit is contained in:
Nobix
2022-04-08 06:00:39 +05:30
committed by GitHub
parent 2db7e297e0
commit 97d23d7793
+3 -4
View File
@@ -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 }}