Skip to content

Commit d4397b9

Browse files
committed
ci: fix tags
1 parent 1ce0e31 commit d4397b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
id: meta
4747
uses: docker/metadata-action@v5
4848
with:
49+
images: ${{ env.REGISTRY }}/${{ github.repository }}
4950
labels: |
5051
org.opencontainers.image.title="php-devcontainer"
5152
org.opencontainers.image.vendor="act coding GbR"
@@ -61,7 +62,7 @@ jobs:
6162
with:
6263
context: src
6364
file: src/Dockerfile
64-
tags: ${{ env.REGISTRY }}/${{ github.repository }}
65+
tags: ${{ steps.meta.outputs.tags }}
6566
labels: ${{ steps.meta.outputs.labels }}
6667
push: ${{ github.event_name != 'pull_request' }}
6768
cache-from: type=gha

0 commit comments

Comments
 (0)