Skip to content

Commit

Permalink
Deploy container image to mls-dev tag on this branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore committed Jan 11, 2024
1 parent 545a745 commit ef477d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-mls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Nodes
on:
push:
branches:
- mls
- snor/move-msgv3-mlsv1
jobs:
deploy:
concurrency: main
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Push
id: push
run: |
export DOCKER_IMAGE_TAG=mls
export DOCKER_IMAGE_TAG=mls-dev
IMAGE_TO_DEPLOY=xmtp/node-go@$(dev/docker/build)
echo Successfully pushed $IMAGE_TO_DEPLOY
echo "docker_image=${IMAGE_TO_DEPLOY}" >> $GITHUB_OUTPUT

0 comments on commit ef477d8

Please sign in to comment.