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 1ce0e31 commit d4397b9Copy full SHA for d4397b9
.github/workflows/ci.yml
@@ -46,6 +46,7 @@ jobs:
46
id: meta
47
uses: docker/metadata-action@v5
48
with:
49
+ images: ${{ env.REGISTRY }}/${{ github.repository }}
50
labels: |
51
org.opencontainers.image.title="php-devcontainer"
52
org.opencontainers.image.vendor="act coding GbR"
@@ -61,7 +62,7 @@ jobs:
61
62
63
context: src
64
file: src/Dockerfile
- tags: ${{ env.REGISTRY }}/${{ github.repository }}
65
+ tags: ${{ steps.meta.outputs.tags }}
66
labels: ${{ steps.meta.outputs.labels }}
67
push: ${{ github.event_name != 'pull_request' }}
68
cache-from: type=gha
0 commit comments