diff --git a/.github/workflows/build-pipy-nonroot.yml b/.github/workflows/build-pipy-nonroot.yml index c0707d1f5..811017093 100644 --- a/.github/workflows/build-pipy-nonroot.yml +++ b/.github/workflows/build-pipy-nonroot.yml @@ -48,7 +48,7 @@ jobs: type=raw,${{ inputs.tag }}-debian - name: Build and Push - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./dockerfiles/Dockerfile.pipy-debian @@ -93,7 +93,7 @@ jobs: type=raw,${{ inputs.tag }}-${{ matrix.id }} - name: Build and Push - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./dockerfiles/Dockerfile.pipy-nonroot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f8e20c0c..a2f368b8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -167,7 +167,7 @@ jobs: echo "GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV - name: Build and Push - ${{ matrix.id }} - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./dockerfiles/Dockerfile.fsm-${{ matrix.id }} @@ -224,7 +224,7 @@ jobs: latest=auto - name: Build and Push - ${{ matrix.id }} - uses: docker/build-push-action@v6.4.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./dockerfiles/Dockerfile.demo