Skip to content

Commit

Permalink
ci: push container image tagged mls-dev from this branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore committed Jan 15, 2024
1 parent ad3aa9e commit 1b1a1a2
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: Push MLS Container
on:
push:
branches:
- mls
- snor/mls-msgs
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 1b1a1a2

Please sign in to comment.