Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki2578 committed Feb 16, 2024
1 parent 594c24f commit 38df18e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
context: .
push: true
tags: projectmyosotis/mastodon:latest
cache-from: type=gha
cache-to: type=gha,mode=max
#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
#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 38df18e

Please sign in to comment.