Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Aug 1, 2024
1 parent e1bc9c6 commit 4d1b709
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ jobs:
build-docker-light:
name: Docker light ${{ matrix.arch }} build
# if: github.repository != 'QubitPi/hashicorp-packer'
needs:
- set-product-version
- build-linux
Expand Down Expand Up @@ -266,7 +265,7 @@ jobs:
build-docker-full:
name: Docker full ${{ matrix.arch }} build
# if: github.repository != 'QubitPi/hashicorp-packer'
if: github.repository != 'QubitPi/hashicorp-packer'
needs:
- set-product-version
- build-linux
Expand All @@ -278,7 +277,6 @@ jobs:
version: ${{ needs.set-product-version.outputs.product-version }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: hashicorp/setup-packer@main
- name: Docker Build (Action)
uses: hashicorp/actions-docker-build@v2
with:
Expand Down

0 comments on commit 4d1b709

Please sign in to comment.