Change namespace to repository

pull/2/head
Stefano Ortolani 2023-12-06 15:37:27 +00:00
parent 15534abba9
commit 735e2fc30e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
run: |
sed -e '/^[[:space:]]*$/d' -e '/[#@]/d' -e 's/\"//g' -e 's/\(^[^=]*\)=\(.*\)/\1="\2"/' template.env > env.hcl
echo "DOCKER_IMG_TAG=`echo '${{ github.sha }}' | cut -c 1-7`" >> "$GITHUB_ENV"
echo "DOCKER_USERNAME=MISP" >> "$GITHUB_ENV"
echo "DOCKER_USERNAME=misp-docker" >> "$GITHUB_ENV"
- name: Log in to the Container registry
uses: docker/login-action@v3