Skip to content

Commit

Permalink
Fix variable reference in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusklocke committed Jun 30, 2024
1 parent b8b2069 commit 9a750a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ test:
fi

publish:
echo "${DOCKER_TOKEN}" | docker login -u "${DOCKER_USER}" --password-stdin
echo "${DOCKER_TOKEN}" | docker login -u "${DOCKER_USERNAME}" --password-stdin
docker push --quiet "${TARGET_IMAGE}"

0 comments on commit 9a750a3

Please sign in to comment.