diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fa4b2df43..022ca506d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -222,7 +222,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: context: image push: ${{ github.event_name != 'pull_request' }} @@ -242,7 +242,7 @@ jobs: - name: Build and push Alpine Docker image id: build-and-push-alpine - uses: docker/build-push-action@v5.0.0 + uses: docker/build-push-action@v5.1.0 with: context: image file: image/Dockerfile_alpine