diff --git a/.github/workflows/build_semgrep_wheel.yaml b/.github/workflows/build_semgrep_wheel.yaml index c2a15c532..fdb3b1456 100644 --- a/.github/workflows/build_semgrep_wheel.yaml +++ b/.github/workflows/build_semgrep_wheel.yaml @@ -49,5 +49,5 @@ jobs: WHEEL=$(find . -type f -name 'semgrep-*manylinux*.whl') echo "FROM scratch COPY ${WHEEL} /semgrep_wheel.whl" >> Dockerfile.semgrep - docker build -t ghcr.io/macaron/macaron-deps:latest -f Dockerfile.semgrep . - docker push ghcr.io/macaron/macaron-deps:latest + docker build -t ghcr.io/oracle/macaron-deps:latest -f Dockerfile.semgrep . + docker push ghcr.io/oracle/macaron-deps:latest