diff --git a/.github/workflows/image-push-release.yml b/.github/workflows/image-push-release.yml index 48a84ec0c..5185fd4af 100644 --- a/.github/workflows/image-push-release.yml +++ b/.github/workflows/image-push-release.yml @@ -39,7 +39,7 @@ jobs: push: true tags: | ${{ steps.docker_meta.outputs.tags }}-amd64 - file: deployments/Dockerfile + file: Dockerfile push-arm64: name: Image push/arm64 @@ -74,4 +74,4 @@ jobs: push: true tags: | ${{ steps.docker_meta.outputs.tags }}-arm64 - file: deployments/Dockerfile + file: Dockerfile