Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 515b2b4 commit 3bf10a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

-
name: Build PR Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: build
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build Latest Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: build
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3 | sed 's/webshell-//g')" >> $GITHUB_OUTPUT
-
name: Build Release Version
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: build
push: true
Expand Down

0 comments on commit 3bf10a1

Please sign in to comment.