Skip to content

Commit 785caa7

Browse files
author
GeiserX
committed
Fix Docker Hub registry configuration in metadata action
1 parent a32f2d7 commit 785caa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: meta
8484
uses: docker/metadata-action@v5
8585
with:
86-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
86+
images: ${{ env.IMAGE_NAME }}
8787
tags: |
8888
type=ref,event=branch
8989
type=ref,event=pr
@@ -191,7 +191,7 @@ jobs:
191191
192192
### Docker
193193
```bash
194-
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.tag_version.outputs.version }}
194+
docker pull ${{ env.IMAGE_NAME }}:${{ steps.tag_version.outputs.version }}
195195
```
196196
197197
### Changes

0 commit comments

Comments
 (0)