Update docker.yml
This commit is contained in:
@@ -151,7 +151,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
context: app
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: buzzerburger/test:latest
|
||||
|
||||
Reference in New Issue
Block a user