Skip to content

Commit

Permalink
Bump docker/bake-action from 3.1.0 to 4.0.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 682b813 commit fbce1ef
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 @@ -94,7 +94,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

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

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

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

0 comments on commit fbce1ef

Please sign in to comment.