Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmdim committed May 15, 2024
1 parent ffccacd commit 690286e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-tele.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.tele
push: true
tags: ghcr.io/thedmdim/ytstalker/tele:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile.app
push: true
tags: ghcr.io/thedmdim/ytstalker/app:latest
cache-from: type=gha
Expand Down

0 comments on commit 690286e

Please sign in to comment.