Skip to content

Commit

Permalink
Revert "Temporily change username to andy5995"
Browse files Browse the repository at this point in the history
This reverts commit 2ce41d2.
  • Loading branch information
andy5995 committed Nov 21, 2024
1 parent 2ce41d2 commit 315cdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build-env-image:
runs-on: ubuntu-24.04
env:
REGISTRY_IMAGE: ghcr.io/andy5995/vs-fltk
REGISTRY_IMAGE: ghcr.io/karurochori/vs-fltk
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: andy5995
username: karurochori
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
Expand Down

0 comments on commit 315cdfd

Please sign in to comment.