Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 471d1dc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2025
1 parent 62b3e6f commit ead587e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ jobs:

## build but don't push for PRs and renovate
- name: Docker build - native
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
with:
context: .
file: commafeed-server/src/main/docker/Dockerfile.native
push: false
platforms: linux/amd64,linux/arm64/v8

- name: Docker build - jvm
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
with:
context: .
file: commafeed-server/src/main/docker/Dockerfile.jvm
Expand All @@ -154,7 +154,7 @@ jobs:

## build and push tag
- name: Docker build and push tag - native
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
if: ${{ github.ref_type == 'tag' }}
with:
context: .
Expand All @@ -166,7 +166,7 @@ jobs:
athou/commafeed:${{ github.ref_name }}-${{ matrix.database }}
- name: Docker build and push tag - jvm
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
if: ${{ github.ref_type == 'tag' }}
with:
context: .
Expand All @@ -179,7 +179,7 @@ jobs:
## build and push master
- name: Docker build and push master - native
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
if: ${{ github.ref_name == 'master' }}
with:
context: .
Expand All @@ -189,7 +189,7 @@ jobs:
tags: athou/commafeed:master-${{ matrix.database }}

- name: Docker build and push master - jvm
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
if: ${{ github.ref_name == 'master' }}
with:
context: .
Expand Down

0 comments on commit ead587e

Please sign in to comment.