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:52:56 +02:00
parent 735dd5a91b
commit af8211a246
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

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