Skip to content

Commit

Permalink
Bump docker/bake-action from 4.0.0 to 4.1.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 10e8d7f commit b2cb720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/bake-action@v4.0.0
uses: docker/bake-action@v4.1.0
with:
pull: true
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/bake-action@v4.0.0
uses: docker/bake-action@v4.1.0
with:
pull: true
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/bake-action@v4.0.0
uses: docker/bake-action@v4.1.0
with:
pull: true
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit b2cb720

Please sign in to comment.