Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mason-rogers authored Aug 23, 2024
1 parent e1221a0 commit 09deacf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/event-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- 'event-demo/**'


jobs:
docker:
name: Build and Publish
Expand All @@ -20,7 +19,7 @@ jobs:
run: echo ${{ secrets.PAT }} | docker login ghcr.io --username yomanz --password-stdin

- name: Docker build
run: docker build -t ghcr.io/widgetbot-io/demos:event-demo .
run: docker build -t ghcr.io/widgetbot-io/demos:event-demo event-demo

- name: Docker push tag latest
run: docker push ghcr.io/widgetbot-io/embed:event-demo

0 comments on commit 09deacf

Please sign in to comment.