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 90c75ea commit e9e652bCopy full SHA for e9e652b
.github/workflows/push-docker-image.yml
@@ -28,11 +28,7 @@ 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 }}
+
36
37
# Build Docker Image
38
- name: Build Docker Image
@@ -49,5 +45,5 @@ jobs:
49
45
# Push the Docker image to the registry
50
46
- name: Push Docker Image to GHCR
51
47
run: |
52
- docker push ghcr.io/${{ env.IMAGE_NAME }}:testing
48
+ docker push ghcr.io/${{ env.IMAGE_NAME }}
53
0 commit comments