Skip to content

Commit

Permalink
Change namespace to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Dec 6, 2023
1 parent 15534ab commit 735e2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 735e2fc

Please sign in to comment.