fix: changing image tag becaus of portainer bug

This commit is contained in:
Jan-Ole Hübner 2023-09-02 20:16:43 +02:00
parent c62843a006
commit f564ccb1f0
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
DOCKER_TAG="latest"
elif [ "${{ github.ref }}" == "refs/heads/dev" ]; then
DOCKER_TAG="dev"
DOCKER_TAG="development"
else
DOCKER_TAG="other"
fi