Pin build image to Alpine 3.15
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fa05a3d7d3
commit
06b52b3b2a
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-release
|
- name: build-release
|
||||||
image: alpine:latest
|
image: alpine:3.15
|
||||||
environment:
|
environment:
|
||||||
MIX_ENV: prod
|
MIX_ENV: prod
|
||||||
commands:
|
commands:
|
||||||
|
@ -17,7 +17,7 @@ steps:
|
||||||
- cd _build/prod/rel
|
- cd _build/prod/rel
|
||||||
- tar czf "ha-handler-$(git describe --exact-match --tags $(git log -n1 --pretty='%h') || git rev-parse HEAD).tar.gz" ha_handler/
|
- tar czf "ha-handler-$(git describe --exact-match --tags $(git log -n1 --pretty='%h') || git rev-parse HEAD).tar.gz" ha_handler/
|
||||||
- name: publish-release-archive
|
- name: publish-release-archive
|
||||||
image: alpine:latest
|
image: alpine:3.15
|
||||||
environment:
|
environment:
|
||||||
LFTP_PASSWORD:
|
LFTP_PASSWORD:
|
||||||
from_secret: ssh_password
|
from_secret: ssh_password
|
||||||
|
|
Loading…
Reference in a new issue