Bump docker/build-push-action from 3 to 4 (#33)
This commit is contained in:
parent
a1a23544ac
commit
7b6870751c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v3 # Action page: <https://github.com/docker/build-push-action>
|
- uses: docker/build-push-action@v4 # Action page: <https://github.com/docker/build-push-action>
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user