diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index ceab8796a8..902103debd 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -67,7 +67,7 @@ jobs: if: github.event_name == 'push' - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 8521dd7b51..0ea4df25a9 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -72,7 +72,7 @@ jobs: if: github.event_name == 'push' - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le