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 85c6ad0 commit a710e67Copy full SHA for a710e67
.github/workflows/node.yaml
@@ -130,7 +130,7 @@ jobs:
130
- name: Get the Docker tag for GHCR
131
id: ghcr-tag
132
if: steps.check-build-and-push.outputs.enable == 'true'
133
- uses: docker/metadata-action@v4
+ uses: docker/metadata-action@v5
134
with:
135
images: |
136
ghcr.io/${{ github.repository }}
@@ -143,7 +143,7 @@ jobs:
143
- name: Get the Docker tag for DockerHub
144
id: dockerhub-tag
145
146
147
148
149
${{ secrets.DOCKERHUB_IMAGE }}server-core
0 commit comments