Skip to content

Commit e9e652b

Browse files
committed
edit
1 parent 90c75ea commit e9e652b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/push-docker-image.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,7 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030

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 }}
31+
3632

3733
# Build Docker Image
3834
- name: Build Docker Image
@@ -49,5 +45,5 @@ jobs:
4945
# Push the Docker image to the registry
5046
- name: Push Docker Image to GHCR
5147
run: |
52-
docker push ghcr.io/${{ env.IMAGE_NAME }}:testing
48+
docker push ghcr.io/${{ env.IMAGE_NAME }}
5349

0 commit comments

Comments
 (0)