chore(deps): update docker/build-push-action action to v6
This commit is contained in:
parent
4e37f44d18
commit
8daf304651
4 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ jobs:
|
|||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: "./act_runtime"
|
||||
push: true
|
||||
|
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
GH_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: "./argocd"
|
||||
push: true
|
||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
GH_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push ente web
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: "./ente/web"
|
||||
push: true
|
||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
password: ${{ secrets.CONTAINER_REGISTRY_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: "./${{ matrix.image }}"
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue