diff --git a/action.yml b/action.yml index 0e156f1..048b679 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: - name: Build for branch id: build-branch if: github.ref_type != 'tag' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: ${{ inputs.arch }} @@ -63,7 +63,7 @@ runs: - name: Build for tag id: build-tag if: github.ref_type == 'tag' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: ${{ inputs.arch }}