Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Update container urls
Browse files Browse the repository at this point in the history
  • Loading branch information
arisudesu committed Mar 28, 2021
1 parent 19837b8 commit c8b03b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- uses: docker/build-push-action@v2
with:
context: .
tags: ghcr.io/arisudesu/socks-proxy:latest
tags: ghcr.io/arisudesu-dev/socks-proxy:latest
push: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- uses: docker/build-push-action@v2
with:
context: .
tags: ghcr.io/arisudesu/socks-proxy:${{ env.VERSION }}
tags: ghcr.io/arisudesu-dev/socks-proxy:${{ env.VERSION }}
push: true

0 comments on commit c8b03b1

Please sign in to comment.