Skip to content

Commit

Permalink
Update docker/build-push-action action to v6 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 4, 2024
1 parent e0c0d03 commit 717fa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push (build)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: build
push: true
tags: xwiki/build:latest
-
name: Build and push (build-node)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: build-node
push: true
Expand Down

0 comments on commit 717fa9d

Please sign in to comment.