diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0b83df1..26b39c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,8 +33,8 @@ jobs: - name: Build and push images uses: docker/build-push-action@v5 with: - context: ./container + context: . push: ${{ github.event_name != 'pull_request' }} - file: ./container/Dockerfile-basic + file: ./Dockerfile tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}