Skip to content

Commit

Permalink
Update docker/build-push-action action to v6 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 30, 2024
1 parent c0ee482 commit 4e449af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_3key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
type=sha,prefix=develop-,format=long
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-and-push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker_czertainly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
type=sha,prefix=develop-,format=long
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-and-push
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_harbor_3key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
type=sha,prefix=develop-,format=long
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
id: build-and-push
with:
context: .
Expand Down

0 comments on commit 4e449af

Please sign in to comment.