Skip to content

Commit cce029b

Browse files
committed
ci: update image name
1 parent 4396dec commit cce029b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Create and publish a Docker image
33
on:
44
release:
55
types: [ created ]
6-
6+
77
env:
88
REGISTRY: ghcr.io
99
IMAGE_NAME: ${{ github.repository }}
@@ -34,9 +34,9 @@ jobs:
3434
id: meta
3535
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
3636
with:
37-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
37+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.profile.language }}
3838
tags: |
39-
type=raw,value=${{ matrix.profile.language }}-${{ matrix.profile.version }}
39+
type=raw,value=${{ matrix.profile.version }}
4040
- name: Build and push Docker image
4141
id: push
4242
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4

0 commit comments

Comments
 (0)