Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Update docker/bake-action action to v5.5.0 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 8a84883 commit df72893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
env:
HEAD_REF: ${{github.head_ref || github.event.merge_group.head_ref}}
- name: Build and push (dev)
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
env:
DOCKER_CONTENT_TRUST: 1
with:
push: true
files: docker-compose.yml,dev.base.docker-compose.yml
- name: Build and push (production)
uses: docker/bake-action@v5.4.0
uses: docker/bake-action@v5.5.0
env:
DOCKER_CONTENT_TRUST: 1
with:
Expand Down

0 comments on commit df72893

Please sign in to comment.