Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Jul 3, 2024
1 parent b2ef254 commit c4985c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Build and push tag
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

- name: Build and push Docker tag
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: package/Dockerfile.suc
Expand Down

0 comments on commit c4985c5

Please sign in to comment.