Skip to content

Commit c7c2d5a

Browse files
committed
Another publish workflow fix
1 parent 9228e2d commit c7c2d5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ jobs:
4444
- name: Get metadata
4545
id: meta
4646
uses: docker/metadata-action@v4
47-
tags: |
48-
type=semver,pattern={{raw}},value=${{ $LATEST_RELEASE_VERSION }}
4947
with:
5048
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
49+
tags: |
50+
type=semver,pattern={{raw}},value=${{ $LATEST_RELEASE_VERSION }}
51+
5152
5253
- name: Build and push image
5354
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)