Skip to content

Commit

Permalink
Merge pull request #69 from ledgersmb/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-digest

Update docker/build-push-action digest to 7e09459
  • Loading branch information
ehuelsmann authored Dec 20, 2024
2 parents a11f362 + 4845c42 commit 3edbece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a
uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
with:
context: ledgersmb/
push: true
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a
uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
with:
context: nginx/
push: true
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a
uses: docker/build-push-action@7e094594beda23fc8f21fa31049f4b203e51096b
with:
build-args: |
PGBASE=${{ matrix.pg_version }}
Expand Down

0 comments on commit 3edbece

Please sign in to comment.