Update docker.yml

This commit is contained in:
Nobix
2022-04-08 06:06:50 +05:30
committed by GitHub
parent 80ad6bd56b
commit a3d27c9ce1
+3 -2
View File
@@ -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
- -