We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c5327 commit 00f512cCopy full SHA for 00f512c
1 file changed
.github/workflows/CD.yml
@@ -16,7 +16,7 @@ jobs:
16
password: ${{ secrets.GITHUB_TOKEN }}
17
- name: Extract metadata (tags, labels) for Docker
18
id: meta
19
- uses: docker/metadata-action@v3-node16
+ uses: docker/metadata-action@v3
20
with:
21
images: ghcr.io/${{ github.repository }}
22
- name: Build and push Docker images
0 commit comments