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:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: user/app:latest
push: ${{ github.event_name != 'pull_request' }}
tags: buzzerburger/test:latest
cache-from: type=gha
cache-to: type=gha,mode=max
# for an approved pull_request, only push pr-specific tags
push: ${{ github.event_name != 'pull_request' }}
tags: buzzerburger/test:latest
-
name: Show image digest
run: echo ${{ steps.docker_build_and_push.outputs.digest }}