summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hafner <pugmatt@gmail.com>2025-02-13 17:39:18 -0500
committerGitHub <noreply@github.com>2025-02-13 17:39:18 -0500
commita8fe711a81b26104c8c3dbfd2b81fef1daf1c64d (patch)
treed2b20e1b51637635e61618213be7142372ec903c
parent7aa424b07974b8d949deebf441d81b48349ca653 (diff)
downloadBedrockConnect-a8fe711a81b26104c8c3dbfd2b81fef1daf1c64d.tar.gz
BedrockConnect-a8fe711a81b26104c8c3dbfd2b81fef1daf1c64d.tar.bz2
BedrockConnect-a8fe711a81b26104c8c3dbfd2b81fef1daf1c64d.zip
Auto-push release docker image to 'latest' tag as well1.54
-rw-r--r--.github/workflows/release.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a89ac37..8e717a8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -199,7 +199,9 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
- tags: ${{ env.DOCKER_VERSION }}
+ tags: |
+ ${{ env.DOCKER_VERSION }}
+ ${{ env.NEW_RELEASE == 'True' && 'latest' || '' }}
- name: Login to Docker Hub
uses: docker/login-action@v3