Skip to content

Commit

Permalink
Push up mls image
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 23, 2024
1 parent 07e52b5 commit 3e6947b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-mls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Push MLS Container
on:
push:
branches:
- mls
# - mls
- nm/add-hpke-public-key
jobs:
deploy:
concurrency: main
Expand All @@ -28,7 +29,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 3e6947b

Please sign in to comment.