diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 012ca6f..74a2153 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -52,7 +52,7 @@ jobs: if: github.event_name == 'push' - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7