diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2367b945c8..bb75762421 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -88,7 +88,7 @@ jobs: type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag || github.event.release.tag_name }} - name: Build and Push Image to ghcr.io - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: . @@ -113,7 +113,7 @@ jobs: type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag || github.event.release.tag_name }} - name: Build and Push extended Image to ghcr.io - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true context: .