diff --git a/action.yml b/action.yml index 66b7f42..e320ea7 100644 --- a/action.yml +++ b/action.yml @@ -298,7 +298,7 @@ runs: type=raw,value=${{ inputs.external_tag || steps.image_tag.outputs.ver }} - name: Build container - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: ${{ inputs.build == 'true' }} with: context: ${{ inputs.context_path }} @@ -335,7 +335,7 @@ runs: policy-list: ${{ inputs.policy-list }} - name: Push container - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: ${{ inputs.push == 'true' && inputs.dry_run != 'true' }} with: context: ${{ inputs.context_path }} @@ -348,7 +348,7 @@ runs: provenance: ${{ inputs.provenance }} - name: Save image to file - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: ${{ inputs.upload_artifact == 'true' && inputs.build == 'true' }} with: context: ${{ inputs.context_path }}