Skip to content

Commit aef4bb7

Browse files
authored
Merge pull request #44 from filecoin-project/fix/gitaction-docker
fix: metaaction tags
2 parents 9d7dd8a + d427008 commit aef4bb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-container.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ jobs:
2929
id: meta
3030
uses: docker/metadata-action@v3
3131
with:
32+
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3233
tags: |
3334
type=schedule
3435
type=semver,pattern={{version}}
3536
type=semver,pattern={{major}}.{{minor}}
3637
type=semver,pattern={{major}}
3738
type=ref,event=branch
3839
type=ref,event=pr
39-
with:
40-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4140
4241
- name: Log in to the Container registry
4342
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)