mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-01 13:45:06 -04:00
specify Dockerfile-dev
This commit is contained in:
@@ -51,9 +51,9 @@ jobs:
|
||||
- name: Build the Docker image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./docker
|
||||
context: "{{defaultContext}}:docker"
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
file: Dockerfile-dev
|
||||
file: ./Dockerfile-dev
|
||||
build-args: |
|
||||
BRANCH=${{ steps.branch-name.outputs.current_branch }}
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user