ci: update some version
All checks were successful
semantic-release / release (push) Successful in 27s
All checks were successful
semantic-release / release (push) Successful in 27s
This commit is contained in:
@@ -109,19 +109,19 @@ runs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "fully-qualified-image-name=$IMAGE_NAME" >> "$GITHUB_OUTPUT"
|
echo "fully-qualified-image-name=$IMAGE_NAME" >> "$GITHUB_OUTPUT"
|
||||||
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
|
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
|
||||||
with:
|
with:
|
||||||
registry: ${{ inputs.oci-registry }}
|
registry: ${{ inputs.oci-registry }}
|
||||||
username: ${{ inputs.oci-registry-username }}
|
username: ${{ inputs.oci-registry-username }}
|
||||||
password: ${{ inputs.oci-registry-password }}
|
password: ${{ inputs.oci-registry-password }}
|
||||||
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
|
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
|
||||||
id: setup-buildx
|
id: setup-buildx
|
||||||
with:
|
with:
|
||||||
version: v0.30.1
|
version: v0.30.1
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
image=moby/buildkit:v0.26.3
|
image=moby/buildkit:v0.26.3
|
||||||
- id: build
|
- id: build
|
||||||
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
|
||||||
with:
|
with:
|
||||||
context: ${{ inputs.context }}
|
context: ${{ inputs.context }}
|
||||||
file: ${{ inputs.dockerfile }}
|
file: ${{ inputs.dockerfile }}
|
||||||
|
|||||||
Reference in New Issue
Block a user