summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-05 16:04:57 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-05 16:04:57 +0200
commitaf119b44dee959d7791e2fec530e91bf6eb7d073 (patch)
treec0a2ed5410664d9ea7e864e182c6f09b62801fac
parent879348c120e72aee2f8f9d50ee0b764627ab3607 (diff)
cd: add the last version as `latest` version
-rw-r--r--.github/workflows/cd.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index b140445..e5a0ebe 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -39,4 +39,5 @@ jobs:
echo VERSION=$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
+ docker push $IMAGE_ID:latest