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 5a2b551 commit 90c75eaCopy full SHA for 90c75ea
.github/workflows/push-docker-image.yml
@@ -28,11 +28,11 @@ jobs:
28
password: ${{ secrets.GITHUB_TOKEN }}
29
30
31
- - name: Extract Docker metadata
32
- id: meta
33
- uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
34
- with:
35
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ # - name: Extract Docker metadata
+ # id: meta
+ # uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
+ # with:
+ # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
37
# Build Docker Image
38
- name: Build Docker Image
0 commit comments