Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vordenken authored Oct 19, 2023
1 parent 6cbad39 commit 281fa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin

- name: Push Docker image to GitHub Container Registry
run: docker push ghcr.io/${{ github.repository_owner }}/${{ github.repository_name }}/deye-dummycloud:latest
run: docker push ghcr.io/$GITHUB_REPOSITORY/deye-dummycloud:latest

0 comments on commit 281fa88

Please sign in to comment.