We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df44b67 commit ff5c396Copy full SHA for ff5c396
.github/workflows/build_docker.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build and push Docker image
24
run: |
25
# Define image name
26
- IMAGE_NAME=ghcr.io/${{ github.repository }}/translator-image
+ IMAGE_NAME=ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image
27
28
# Build Docker image
29
docker build -t $IMAGE_NAME:latest .
0 commit comments