We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4396dec commit cce029bCopy full SHA for cce029b
.github/workflows/docker-publish.yaml
@@ -3,7 +3,7 @@ name: Create and publish a Docker image
3
on:
4
release:
5
types: [ created ]
6
-
+
7
env:
8
REGISTRY: ghcr.io
9
IMAGE_NAME: ${{ github.repository }}
@@ -34,9 +34,9 @@ jobs:
34
id: meta
35
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
36
with:
37
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.profile.language }}
38
tags: |
39
- type=raw,value=${{ matrix.profile.language }}-${{ matrix.profile.version }}
+ type=raw,value=${{ matrix.profile.version }}
40
- name: Build and push Docker image
41
id: push
42
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
0 commit comments