Skip to content

Commit

Permalink
Merge pull request goharbor#208 from tylerauerbeck/bump-dagger-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Vad1mo authored Oct 20, 2024
2 parents 6e009cf + 776a74e commit ba0afc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Call Docker-Publish Function
uses: dagger/dagger-for-github@v6.1.0
uses: dagger/dagger-for-github@v6.13.0
with:
version: "latest"
verb: call
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: true

- name: Call Dagger Function
uses: dagger/dagger-for-github@v6.1.0
uses: dagger/dagger-for-github@v6.13.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: go test -v ./...

- name: Call Linting Function
uses: dagger/dagger-for-github@v6.1.0
uses: dagger/dagger-for-github@v6.13.0
with:
version: "latest"
verb: call
Expand All @@ -49,7 +49,7 @@ jobs:
args: build --source=.

- name: Call Pull-Request Function
uses: dagger/dagger-for-github@v6.1.0
uses: dagger/dagger-for-github@v6.13.0
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ba0afc1

Please sign in to comment.