We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b20c18 commit d1a7bb9Copy full SHA for d1a7bb9
.github/workflows/build_semgrep_wheel.yaml
@@ -49,5 +49,5 @@ jobs:
49
WHEEL=$(find . -type f -name 'semgrep-*manylinux*.whl')
50
echo "FROM scratch
51
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
+ docker build -t ghcr.io/oracle/macaron-deps:latest -f Dockerfile.semgrep .
+ docker push ghcr.io/oracle/macaron-deps:latest
0 commit comments