diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index c39b461..f760252 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -94,7 +94,7 @@ jobs: - # Build and cache image in the registry name: Build image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v3 with: context: ${{ env.BUILD_DIR }} file: ${{ env.BUILD_DIR }}/Dockerfile