1
0
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:
2022-11-25 10:08:46 -05:00
parent d1a0a988f2
commit 4111d16aaf
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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