Skip to content

Commit d1a7bb9

Browse files
authored
build: fix the Semgrep Docker image path (#1078)
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
1 parent 4b20c18 commit d1a7bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_semgrep_wheel.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
WHEEL=$(find . -type f -name 'semgrep-*manylinux*.whl')
5050
echo "FROM scratch
5151
COPY ${WHEEL} /semgrep_wheel.whl" >> Dockerfile.semgrep
52-
docker build -t ghcr.io/macaron/macaron-deps:latest -f Dockerfile.semgrep .
53-
docker push ghcr.io/macaron/macaron-deps:latest
52+
docker build -t ghcr.io/oracle/macaron-deps:latest -f Dockerfile.semgrep .
53+
docker push ghcr.io/oracle/macaron-deps:latest

0 commit comments

Comments
 (0)