Bump docker/build-push-action from 4 to 5 (#40)
This commit is contained in:
parent
6d215e502c
commit
7490d4dce8
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@v4 # Action page: <https://github.com/docker/build-push-action>
|
- uses: docker/build-push-action@v5 # 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