Skip to content

Commit 57e517e

Browse files
feat: update the image tag []
1 parent 42230cb commit 57e517e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sparrow-api-selfhost-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
docker buildx build \
4141
--platform linux/amd64,linux/arm64 \
4242
--build-arg GITHUB_TOKEN=${{ secrets.SPARROW_GITHUB_TOKEN }} \
43-
-t sparrowapi/sparrow-api:self-host-${DOCKER_IMAGE_VERSION} \
43+
-t sparrowapi/sparrow-api:${DOCKER_IMAGE_VERSION} \
4444
-t sparrowapi/sparrow-api:latest \
4545
--push .

0 commit comments

Comments
 (0)