ci: use linux-amd64 stable tag

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:54:14 +02:00
parent fe658e0daf
commit b3755bfd56
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -61,7 +61,7 @@ steps:
- name: docker-release-build
pull: always
image: immawanderer/drone-kaniko:efd19c50
image: immawanderer/drone-kaniko:linux-amd64
depends_on: [release, hadolint release]
settings:
dockerfile: Dockerfile
@ -69,7 +69,7 @@ steps:
- name: docker-debug-build
pull: always
image: immawanderer/drone-kaniko:efd19c50
image: immawanderer/drone-kaniko:linux-amd64
depends_on: [debug, hadolint debug]
settings:
dockerfile: Dockerfile.dev