Skip to content

Commit

Permalink
Update docker bake action from v4 to v5
Browse files Browse the repository at this point in the history
to tryout build summary feature
  • Loading branch information
ruffsl committed Jul 6, 2024
1 parent a6497ad commit c1a9aab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bake-base-stages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
} >> "$GITHUB_ENV"
- name: Bake base stages
id: bake_base_stages
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
pull: true
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/bake-prod-stages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
} >> "$GITHUB_ENV"
- name: Bake prod stages
id: bake_prod_stages
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
pull: true
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/get-layer-metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Build and load
id: docker_bake_load
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: false
load: true
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Build and push
id: docker_bake_push
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
push: true
load: false
Expand Down

0 comments on commit c1a9aab

Please sign in to comment.