Skip to content

Commit

Permalink
Merge pull request #542 from mamba-org/dockerfile-path
Browse files Browse the repository at this point in the history
ci: wrong key for Dockfile path in pipeline
  • Loading branch information
wholtz authored Oct 8, 2024
2 parents b8027b1 + 7d90f93 commit 45bfd4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
dockerfile: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
file: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: false
build-args: |
Expand All @@ -208,7 +208,7 @@ jobs:
id: docker_stage1_push
uses: docker/build-push-action@35434f557ad77672899d67f7992fb5560bda1071
with:
dockerfile: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
file: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
target: stage1
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: true
Expand All @@ -225,7 +225,7 @@ jobs:
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
dockerfile: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
file: ${{ steps.set_image_variables.outputs.distro_id }}.Dockerfile
platforms: ${{ steps.set_image_variables.outputs.platforms }}
push: true
build-args: |
Expand Down

0 comments on commit 45bfd4e

Please sign in to comment.