Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berry-13 authored Mar 28, 2024
1 parent 61115f4 commit 560a717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Tag and push bot image
run: |
docker tag key-cycle-proxy:latest ghcr.io/${{ github.repository_owner }}/KeyCycleProxy:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/KeyCycleProxy:${{ github.sha }}
docker tag key-cycle-proxy:latest ghcr.io/${{ github.repository_owner }}/key-cycle-proxy:${{ github.sha }}
docker push ghcr.io/${{ github.repository_owner }}/key-cycle-proxy:${{ github.sha }}

0 comments on commit 560a717

Please sign in to comment.