Skip to content

Commit

Permalink
test using a shared-workflows branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iainlane committed May 8, 2024
1 parent 350fd54 commit ea1ab97
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build
permissions:
contents: read
id-token: write
attestations: write

on:
pull_request:
Expand All @@ -27,9 +28,9 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Build Docker image
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@refs/heads/iainlane/attestations
with:
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: |
"latest"
"iainlane-attestation-test"
repository: "grafana/wait-for-github"

0 comments on commit ea1ab97

Please sign in to comment.