diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index 20548003..9c7b3a50 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -132,7 +132,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build container image for testing - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: build-args: |- VERSION=${{ steps.vars.outputs.chan_upstream_version }} @@ -160,7 +160,7 @@ jobs: - name: Build all platforms id: release - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: build-args: |- VERSION=${{ steps.vars.outputs.chan_upstream_version }}