Skip to content

Commit

Permalink
Attempt to fix docker build error (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Mar 14, 2024
1 parent 32a48af commit 419a97b
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 @@ -16,7 +16,7 @@ on:
- release/**

env:
REPO_NAME: "packer"
REPO_NAME: "hashicorp-packer"

permissions:
contents: read
Expand Down Expand Up @@ -236,8 +236,6 @@ jobs:
version: ${{ needs.set-product-version.outputs.product-version }}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Rename "hashicorp-packer" to "packer"
run: cd ../ && mv hashicorp-packer packer && cd packer
- name: Docker Build (Action)
uses: hashicorp/actions-docker-build@v1
with:
Expand Down

0 comments on commit 419a97b

Please sign in to comment.