diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-03 15:25:28 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-03 15:25:28 +0100 |
commit | 53b80f614c9fd80c97a35f20e98119e5c0cd0910 (patch) | |
tree | 58aea5dfbd300a70915cd42ee98e18a0e64789db | |
parent | 8cfd7975f2fe46d0451f0f94468da2214f93f730 (diff) | |
download | podman-docker-builder-53b80f614c9fd80c97a35f20e98119e5c0cd0910.tar.gz |
rename tag
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f731be..134d2e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - manifest variables: - TAG: devel + TAG: latest aarch64: stage: build |