diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e443b5..fc9eb44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: latest=${{ github.ref_name == 'master' }} - name: Image build and push - uses: docker/build-push-action@v6.1.0 + uses: docker/build-push-action@v6.2.0 with: context: . platforms: linux/amd64