chore(deps): update docker/build-push-action action to v6
All checks were successful
Build Hugo Docker Image / build docker (push) Successful in 4m55s
All checks were successful
Build Hugo Docker Image / build docker (push) Successful in 4m55s
This commit is contained in:
parent
115eafc21f
commit
5f9bc01b8b
@ -22,7 +22,7 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GIT_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
build-args:
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GIT_TOKEN }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
build-args:
|
||||
|
Loading…
x
Reference in New Issue
Block a user