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:
|
||||
- name: build-release
|
||||
image: alpine:latest
|
||||
image: alpine:3.15
|
||||
environment:
|
||||
MIX_ENV: prod
|
||||
commands:
|
||||
|
@ -17,7 +17,7 @@ steps:
|
|||
- 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/
|
||||
- name: publish-release-archive
|
||||
image: alpine:latest
|
||||
image: alpine:3.15
|
||||
environment:
|
||||
LFTP_PASSWORD:
|
||||
from_secret: ssh_password
|
||||
|
|
Loading…
Reference in a new issue