diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcf7c69a..cc3783bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,8 +70,8 @@ jobs: push: true context: ./install/docker/backend tags: | - docker.pkg.github.com/hydro-dev/hydro/web:${{ github.sha }} - docker.pkg.github.com/hydro-dev/hydro/web:${{ github.ref }} + docker.pkg.github.com/hydro-dev/web:${{ github.sha }} + docker.pkg.github.com/hydro-dev/web:${{ github.ref }} judge: needs: build if: ${{ github.event_name == 'push' }} @@ -96,5 +96,5 @@ jobs: push: true context: ./install/docker/judge tags: | - docker.pkg.github.com/hydro-dev/hydro/judge:${{ github.sha }} - docker.pkg.github.com/hydro-dev/hydro/judge:${{ github.ref }} \ No newline at end of file + docker.pkg.github.com/hydro-dev/judge:${{ github.sha }} + docker.pkg.github.com/hydro-dev/judge:${{ github.ref }} \ No newline at end of file