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

Commit

Permalink
ci(github-action)!: Update docker/build-push-action action ( v5 → v6 )
Browse files Browse the repository at this point in the history
| datasource  | package                  | from | to |
| ----------- | ------------------------ | ---- | -- |
| github-tags | docker/build-push-action | v5   | v6 |
  • Loading branch information
repo-duster[bot] authored Jun 17, 2024
1 parent b8d6abd commit 4aa3d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
type=ref,event=branch
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 4aa3d79

Please sign in to comment.