Skip to content

Commit ff5c396

Browse files
committed
build docker
1 parent df44b67 commit ff5c396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build and push Docker image
2424
run: |
2525
# Define image name
26-
IMAGE_NAME=ghcr.io/${{ github.repository }}/translator-image
26+
IMAGE_NAME=ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image
2727
2828
# Build Docker image
2929
docker build -t $IMAGE_NAME:latest .

0 commit comments

Comments
 (0)