aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2023-01-23 17:33:47 +0000
committerKumar Damani <me@kumardamani.net>2023-01-23 17:33:47 +0000
commit355a00535f11df4bb9a28d7bb956a3fae1c9570d (patch)
tree4fb8d667d9e1653a77eefbf946a5bbbe5d8a3aee
parent6facc7963b59e80b25a6f96fc53887ffe13b671a (diff)
Update .gitlab-ci.yml file
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4067715..cc4c4cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,4 +31,4 @@ build:
- docker manifest create $IMAGE $IMAGE:amd64 $IMAGE:arm64 $IMAGE:arm32v7
- docker manifest annotate $IMAGE $IMAGE:arm32v7 --os linux --arch arm --variant v7
- docker manifest annotate $IMAGE $IMAGE:arm64 --os linux --arch arm64 --variant v8
- - docker manifest push $IMAGE
+ - docker manifest push --purge $IMAGE