chore(deps): update docker/build-push-action digest to 601a80b

This commit is contained in:
renovate[bot]
2026-02-11 18:48:17 +00:00
committed by GitHub
parent 126e07489b
commit 30061abc54

View File

@@ -143,7 +143,7 @@ jobs:
## build but don't push for PRs and renovate
- name: Docker build - native
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
with:
context: .
file: commafeed-server/src/main/docker/Dockerfile.native
@@ -151,7 +151,7 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
- name: Docker build - jvm
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
with:
context: .
file: commafeed-server/src/main/docker/Dockerfile.jvm
@@ -160,7 +160,7 @@ jobs:
## build and push tag
- name: Docker build and push tag - native
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
if: ${{ github.ref_type == 'tag' }}
with:
context: .
@@ -172,7 +172,7 @@ jobs:
athou/commafeed:${{ github.ref_name }}-${{ matrix.database }}
- name: Docker build and push tag - jvm
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
if: ${{ github.ref_type == 'tag' }}
with:
context: .
@@ -185,7 +185,7 @@ jobs:
## build and push master
- name: Docker build and push master - native
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
if: ${{ github.ref_name == 'master' }}
with:
context: .
@@ -195,7 +195,7 @@ jobs:
tags: athou/commafeed:master-${{ matrix.database }}
- name: Docker build and push master - jvm
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6
if: ${{ github.ref_name == 'master' }}
with:
context: .