fix: changing image tag becaus of portainer bug
This commit is contained in:
parent
c62843a006
commit
f564ccb1f0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue