Skip to content

Commit 5468565

Browse files
Merge pull request #33 from InstaNode-dev/cf/staging-image-publish
chore(deploy): :staging image tag for CF Containers
2 parents 3f12859 + ad75bd9 commit 5468565

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
--build-arg VERSION="${{ steps.meta.outputs.version }}" \
131131
-t "${IMAGE_REPO}:${{ steps.meta.outputs.version }}" \
132132
-t "${IMAGE_REPO}:latest" \
133+
-t "${IMAGE_REPO}:staging" \
133134
--push \
134135
.
135136

0 commit comments

Comments
 (0)