Skip to content

Commit

Permalink
Push 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 4e322f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-mls.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy Nodes
name: Push MLS Container
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 4e322f8

Please sign in to comment.