ci: use linux-amd64 stable tag
All checks were successful
continuous-integration/drone/push Build is passing

the tag's also moving but efforts are made to only push working code
there so it should do in terms of stability
This commit is contained in:
surtur 2021-05-02 01:50:41 +02:00
parent 48bdc31820
commit 173b86847f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -25,7 +25,7 @@ steps:
- name: kaniko-build
pull: always
image: immawanderer/drone-kaniko:efd19c50
image: immawanderer/drone-kaniko:linux-amd64
settings:
dockerfile: Dockerfile
context: .
@ -39,7 +39,7 @@ steps:
- name: kaniko-publish
pull: always
image: immawanderer/drone-kaniko:efd19c50
image: immawanderer/drone-kaniko:linux-amd64
settings:
dockerfile: Dockerfile
context: .