Skip to content

Commit 5bccf8c

Browse files
authored
Merge pull request #28 from mapswipe/chore/update-version
chore: update image tag
2 parents dc9a0fa + 430a1e2 commit 5bccf8c

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.2.0-dev"
24+
TAG="0.3.0-dev"
2525
2626
# Docker
2727
echo "docker_image_name=${REPO_NAME}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)