Update Github Actions #none minor
All checks were successful
Actionlint / build (push) Successful in 5s

This commit was merged in pull request #10.
This commit is contained in:
2025-05-12 11:10:05 +00:00
parent 95ef39b83c
commit 862ae7dd2b

View File

@@ -51,7 +51,7 @@ runs:
images: ${{ inputs.registry }}/${{ inputs.image_name }}
- run: echo "::endgroup::"
- run: echo "::group::Configure build Cache"
- uses: int128/docker-build-cache-config-action@622932dfa73db7d3a65e40d5fcc094f2101e659a # v1.37.0
- uses: int128/docker-build-cache-config-action@338206c80bf9eeb2b9694b7b4fc8c247c317e2a8 # v1.38.0
id: cache
with:
image: ${{ inputs.registry }}/${{ inputs.image_name }}-cache
@@ -72,7 +72,7 @@ runs:
- run: echo "::group::Build and Push docker image"
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
with:
context: .
push: true