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