1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-25 02:22:36 +01:00

ci(docker): update build-push-action from v2 to v3

This commit is contained in:
Matthew Penner 2022-11-27 17:02:10 -07:00
parent dae40ee02d
commit f76155aa13
No known key found for this signature in database

View File

@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Release production build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
if: "contains(github.ref, 'release/v')"
with:
context: .
@ -48,7 +48,7 @@ jobs:
labels: ${{ steps.docker_meta.outputs.labels }}
- name: Release development build
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
if: "contains(github.ref, 'develop')"
with:
context: .