Update Github Actions #none minor
All checks were successful
Actionlint / build (push) Successful in 5s
All checks were successful
Actionlint / build (push) Successful in 5s
This commit was merged in pull request #10.
This commit is contained in:
@@ -51,7 +51,7 @@ runs:
|
|||||||
images: ${{ inputs.registry }}/${{ inputs.image_name }}
|
images: ${{ inputs.registry }}/${{ inputs.image_name }}
|
||||||
- run: echo "::endgroup::"
|
- run: echo "::endgroup::"
|
||||||
- run: echo "::group::Configure build Cache"
|
- 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
|
id: cache
|
||||||
with:
|
with:
|
||||||
image: ${{ inputs.registry }}/${{ inputs.image_name }}-cache
|
image: ${{ inputs.registry }}/${{ inputs.image_name }}-cache
|
||||||
@@ -72,7 +72,7 @@ runs:
|
|||||||
- run: echo "::group::Build and Push docker image"
|
- run: echo "::group::Build and Push docker image"
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: build-and-push
|
id: build-and-push
|
||||||
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
|
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user