Skip to content

Commit

Permalink
add streaming image build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki2578 committed Feb 2, 2024
1 parent 4e1b267 commit 906a3ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
tags: projectmyosotis/mastodon:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- uses: docker/build-push-action@v3
with:
context: ./streaming
push: true
tags: projectmyosotis/mastodon-streaming:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Slack Notification
uses: homoluctus/slatify@master
if: always()
Expand Down

0 comments on commit 906a3ca

Please sign in to comment.