1 Commits

Author SHA1 Message Date
renovate 17b4e64d07 Update Github Actions #none major
Actionlint / build (push) Successful in 53s
2026-05-06 12:07:32 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
build: build:
runs-on: slim runs-on: slim
permissions: permissions:
contents: write contents: read
steps: steps:
- name: Checkout repository - name: Checkout repository
+2 -2
View File
@@ -57,7 +57,7 @@ runs:
# disabled if major zero # disabled if major zero
type=semver,pattern={{major}},value=${{steps.tag.outputs.tag}},enable=${{ !startsWith(steps.tag.outputs.tag, 'v0.') }} type=semver,pattern={{major}},value=${{steps.tag.outputs.tag}},enable=${{ !startsWith(steps.tag.outputs.tag, 'v0.') }}
images: ${{ inputs.registry }}/${{ inputs.image_name }} images: ${{ inputs.registry }}/${{ inputs.image_name }}
- uses: int128/docker-build-cache-config-action@1bdbbd61b3eea23c7e7a121eb15dd9b0a9ec7d97 # v1.57.0 - uses: int128/docker-build-cache-config-action@8bda1b303afec3d9f81c0c359096a47870ca1bf0 # v1.55.0
id: cache id: cache
with: with:
image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache image: ${{ inputs.cache-registry }}/${{ inputs.image_name }}-cache
@@ -72,7 +72,7 @@ runs:
password: ${{ inputs.token }} password: ${{ inputs.token }}
- 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@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
with: with:
context: . context: .
push: true push: true