Skip to content

Commit

Permalink
Fix missing git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Mar 30, 2024
1 parent b3ab864 commit b65577a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
env:
NETBOX_VERSION: v3.7.1
steps:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
uses: docker/build-push-action@v5
if: steps.changed-files.outputs.any_changed == 'true'
with:
context: "{{defaultContext}}:docker"
context: docker
build-args: NETBOX_VERSION=${{ env.NETBOX_VERSION }}
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit b65577a

Please sign in to comment.