Skip to content

Commit

Permalink
fff
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybrice committed Mar 28, 2024
1 parent 6537329 commit fce1e55
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Call dagger on-push
uses: dagger/dagger-for-github@v5
with:
version: "0.10.2"
verb: call
args: on-push --dir=./modules
args: on-push --dir=./modules --token=${{ secrets.GITHUB_TOKEN }}

0 comments on commit fce1e55

Please sign in to comment.