diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-05 16:04:57 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-05 16:04:57 +0200 |
commit | af119b44dee959d7791e2fec530e91bf6eb7d073 (patch) | |
tree | c0a2ed5410664d9ea7e864e182c6f09b62801fac | |
parent | 879348c120e72aee2f8f9d50ee0b764627ab3607 (diff) |
cd: add the last version as `latest` version
-rw-r--r-- | .github/workflows/cd.yml | 1 |
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 |