Skip to content

Commit 0cf5b9f

Browse files
committed
Fix tagging in the workflow
1 parent d541f02 commit 0cf5b9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ jobs:
6565
file: ./Dockerfile
6666
platforms: ${{ env.DOCKER_BUILDX_PLATFORMS }}
6767
push: true
68-
tags:
69-
- ${{ env.CONTAINER_IMAGE_LATEST_TAG }}
70-
- ${{ env.CONTAINER_IMAGE_RELEASE_TAG }}
68+
tags: ${{ env.CONTAINER_IMAGE_LATEST_TAG }},${{ env.CONTAINER_IMAGE_RELEASE_TAG }}
7169
- name: Test the latest container image
7270
shell: bash
7371
run: docker run ${{ env.CONTAINER_IMAGE_LATEST_TAG }}

0 commit comments

Comments
 (0)