diff --git a/.github/workflows/push_latest.yml b/.github/workflows/push_latest.yml index f64396a..e894bad 100644 --- a/.github/workflows/push_latest.yml +++ b/.github/workflows/push_latest.yml @@ -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: | @@ -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 @@ -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: |