Skip to content

Commit

Permalink
rm unneeded env var in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 26, 2024
1 parent d005eb1 commit c3ce7ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
LINUX_VER: ${{ inputs.LINUX_VER }}
PYTHON_VER: ${{ inputs.PYTHON_VER }}
ARCH: ${{ matrix.ARCH }}
DOCKERFILE: ${{ inputs.IMAGE_REPO }}.Dockerfile
- name: Build image
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit c3ce7ad

Please sign in to comment.