Update docker.yml

This commit is contained in:
Nobix
2022-04-08 06:03:29 +05:30
committed by GitHub
parent 97d23d7793
commit 80ad6bd56b
+1 -1
View File
@@ -151,7 +151,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: app
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: buzzerburger/test:latest tags: buzzerburger/test:latest