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 07ab49c commit 66fcc33Copy full SHA for 66fcc33
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
env:
10
REGISTRY: ghcr.io
11
- IMAGE_NAME: ${{ github.repository }},
+ IMAGE_NAME: ${{ github.repository }}
12
13
jobs:
14
build:
@@ -26,13 +26,13 @@ jobs:
26
27
- name: Image metadata
28
id: metadata
29
- uses: docker/metadata-action@v3.6.0
+ uses: docker/metadata-action@v4
30
with:
31
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
32
tags: |
33
type=ref,event=branch
34
type=ref,event=pr
35
- type=semver,pattern={{version}
+ type=semver,pattern={{version}}
36
37
- name: Set up QEMU
38
uses: docker/[email protected]
0 commit comments