also build the image on new tag
parent
0a8fa316d9
commit
9d1d0eaecd
|
@ -1,7 +1,7 @@
|
||||||
steps:
|
steps:
|
||||||
build-docker-image:
|
build-docker-image:
|
||||||
when:
|
when:
|
||||||
event: push
|
event: [push, tag]
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache git nix --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
- apk add --no-cache git nix --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||||
|
|
Loading…
Reference in New Issue