diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ad620a1f..8875c360 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -54,7 +54,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image (amd64) id: build-and-push-amd64 - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: . push: ${{ github.event_name != 'pull_request' }} @@ -114,7 +114,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image (arm64) id: build-and-push-arm64 - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: context: . push: ${{ github.event_name != 'pull_request' }}