diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-03 15:45:03 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-03 15:45:03 +0100 |
commit | f4286fece5b8d2f29939d6e3717668d57b75fcc6 (patch) | |
tree | ac6b22f0e0bc6dadbe3b69809d4b32fe69724701 | |
parent | 53b80f614c9fd80c97a35f20e98119e5c0cd0910 (diff) | |
download | podman-docker-builder-f4286fece5b8d2f29939d6e3717668d57b75fcc6.tar.gz |
update multiarch template
-rw-r--r-- | gitlab-ci-template-multiarch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab-ci-template-multiarch.yml b/gitlab-ci-template-multiarch.yml index 8735522..ae27e82 100644 --- a/gitlab-ci-template-multiarch.yml +++ b/gitlab-ci-template-multiarch.yml @@ -8,7 +8,7 @@ #variables: # BUILD_AARCH64: "yes" -image: registry.gitlab.com/kraxel/podman-docker-builder:devel +image: registry.gitlab.com/kraxel/podman-docker-builder:latest stages: - build |