Skip to content

Commit

Permalink
Merge pull request #177 from acend/renovate/major-github-actions
Browse files Browse the repository at this point in the history
chore(deps): update docker/build-push-action action to v6
  • Loading branch information
splattner authored Jun 21, 2024
2 parents 515b2b4 + 3bf10a1 commit 2898807
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 2898807

Please sign in to comment.