mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-25 01:31:07 +02:00
ci(docker): update build-push-action from v2 to v3
This commit is contained in:
parent
dae40ee02d
commit
f76155aa13
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…
x
Reference in New Issue
Block a user