ci(docker): update build-push-action from v2 to v3
This commit is contained in:
parent
dae40ee02d
commit
f76155aa13
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Release production build
|
- name: Release production build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
if: "contains(github.ref, 'release/v')"
|
if: "contains(github.ref, 'release/v')"
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
||||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Release development build
|
- name: Release development build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
if: "contains(github.ref, 'develop')"
|
if: "contains(github.ref, 'develop')"
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue