ci: add rolling development tag to container builds
This commit is contained in:
parent
c9dbea5c18
commit
99a93c126b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/container-main.yml
vendored
4
.github/workflows/container-main.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
nix develop --command -- ko build \
|
nix develop --command -- ko build \
|
||||||
--bare \
|
--bare \
|
||||||
--platform=linux/amd64,linux/arm64 \
|
--platform=linux/amd64,linux/arm64 \
|
||||||
--tags=main-${GITHUB_SHA::7} \
|
--tags=main-${GITHUB_SHA::7},development \
|
||||||
./cmd/headscale
|
./cmd/headscale
|
||||||
|
|
||||||
- name: Push to Docker Hub
|
- name: Push to Docker Hub
|
||||||
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
nix develop --command -- ko build \
|
nix develop --command -- ko build \
|
||||||
--bare \
|
--bare \
|
||||||
--platform=linux/amd64,linux/arm64 \
|
--platform=linux/amd64,linux/arm64 \
|
||||||
--tags=main-${GITHUB_SHA::7} \
|
--tags=main-${GITHUB_SHA::7},development \
|
||||||
./cmd/headscale
|
./cmd/headscale
|
||||||
|
|
||||||
binaries:
|
binaries:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue