Skip to content

Commit

Permalink
Update push_docker_images.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Jonczy <robert.jonczy@gmail.com>
  • Loading branch information
rjonczy authored Dec 1, 2023
1 parent 387c96b commit d11de97
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/push_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
#
# On every new `vX.Y.Z` tag the following images are pushed:
#
# ghcr.io/composablefi/centauri:X.Y.Z # is pushed
# ghcr.io/composablefi/centauri:X.Y # is updated to X.Y.Z
# ghcr.io/composablefi/centauri:X # is updated to X.Y.Z
# ghcr.io/composablefi/centauri:latest # is updated to X.Y.Z
# ghcr.io/composablefi/composable-cosmos:X.Y.Z # is pushed
# ghcr.io/composablefi/composable-cosmos:X.Y # is updated to X.Y.Z
# ghcr.io/composablefi/composable-cosmos:X # is updated to X.Y.Z
#
# All the images above have support for linux/amd64 and linux/arm64.
#
Expand Down Expand Up @@ -61,6 +60,6 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/composablefi/centauri:${{ env.MAJOR_VERSION }}
ghcr.io/composablefi/centauri:${{ env.MAJOR_VERSION }}.${{ env.MINOR_VERSION }}
ghcr.io/composablefi/centauri:${{ env.MAJOR_VERSION }}.${{ env.MINOR_VERSION }}.${{ env.PATCH_VERSION }}
ghcr.io/composablefi/composable-cosmos:${{ env.MAJOR_VERSION }}
ghcr.io/composablefi/composable-cosmos:${{ env.MAJOR_VERSION }}.${{ env.MINOR_VERSION }}
ghcr.io/composablefi/composable-cosmos:${{ env.MAJOR_VERSION }}.${{ env.MINOR_VERSION }}.${{ env.PATCH_VERSION }}

0 comments on commit d11de97

Please sign in to comment.