mirror of
https://github.com/TeamPGM/PagerMaid-Pyro.git
synced 2024-11-21 13:38:21 +00:00
👷 CI: add dev tag for dev image
All checks were successful
Docker Dev Build / docker build and publish (push) Successful in 6m37s
All checks were successful
Docker Dev Build / docker build and publish (push) Successful in 6m37s
This commit is contained in:
parent
895ca3ca9d
commit
1feb8efd46
@ -36,6 +36,7 @@ jobs:
|
|||||||
--output "type=image,push=true" \
|
--output "type=image,push=true" \
|
||||||
--platform "linux/amd64,linux/arm64/v8" \
|
--platform "linux/amd64,linux/arm64/v8" \
|
||||||
--build-arg "S6_ARCH=amd64" \
|
--build-arg "S6_ARCH=amd64" \
|
||||||
|
--tag "${{ secrets.DOCKER_REPO }}:dev" \
|
||||||
--tag "${{ secrets.DOCKER_REPO }}:${PGM_VERSION}-dev" \
|
--tag "${{ secrets.DOCKER_REPO }}:${PGM_VERSION}-dev" \
|
||||||
-f Dockerfile.alpine \
|
-f Dockerfile.alpine \
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user