Skip to content

Commit ead626b

Browse files
thenav56tnagorra
authored andcommitted
chore(docker): upgrade docker image to 0.2.0-dev
1 parent b46feba commit ead626b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
REPO_NAME: ghcr.io/${{ github.repository }}
2222
run: |
2323
REPO_NAME=$(echo $REPO_NAME | tr '[:upper:]' '[:lower:]')
24-
TAG="0.0.1-dev"
24+
TAG="0.2.0-dev"
2525
2626
# Docker
2727
echo "docker_image_name=${REPO_NAME}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)