Skip to content

Commit

Permalink
chore(deps): update ⬆️ github-actions to 847ae44 (#73)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Type | Update |
|---|---|---|---|
|
[dagger/dagger-for-github](https://redirect.github.com/dagger/dagger-for-github)
| [`2f17ffe` ->
`847ae44`](https://redirect.github.com/dagger/dagger-for-github/compare/2f17ffe...847ae44)
| action | digest |

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/scottames/containers).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent b68b6ff commit 0c462bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atomic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
${{ env.IMAGE_NAME }}
- name: Dagger Build and Publish (PR)
# yamllint disable-line rule:line-length
uses: dagger/dagger-for-github@2f17ffec279ab28121a7030db49c2ab32378de2e # v7
uses: dagger/dagger-for-github@847ae4458ef34fe9b5f566655957bde6d4891112 # v7
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
Expand All @@ -80,7 +80,7 @@ jobs:
args: --source=. --registry="${{ matrix.registry }}" --org="${{ matrix.org }}" --variant="${{ matrix.variant }}" --suffix="${{ matrix.suffix }}" --tag="${{ matrix.version }}" --additional-labels="$(printf "${{ steps.generate_labels.outputs.labels }}" | xargs -I {} echo -n \"{}\", | sed 's/,*$//' )" publish-and-sign --image-registry="ghcr.io" --image-name="${{ env.IMAGE_NAME }}" --repository="containers" --username="${{ github.repository_owner }}" --secret=env:GITHUB_TOKEN --additional-tags="pr-${{ github.event.number }}-${{ matrix.version}},pr-${{ github.event.number }}-${{ matrix.version}}-${{ steps.sha_short.outputs.sha_short }}" --skip-default-tags --cosign-private-key=env:COSIGN_PRIVATE_KEY --cosign-password=env:COSIGN_PASSWORD
- name: Dagger Build and Publish (main)
# yamllint disable-line rule:line-length
uses: dagger/dagger-for-github@2f17ffec279ab28121a7030db49c2ab32378de2e # v7
uses: dagger/dagger-for-github@847ae4458ef34fe9b5f566655957bde6d4891112 # v7
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-toolbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
${{ env.IMAGE_NAME }}
- name: Dagger Build and Publish (PR)
# yamllint disable-line rule:line-length
uses: dagger/dagger-for-github@2f17ffec279ab28121a7030db49c2ab32378de2e # v7
uses: dagger/dagger-for-github@847ae4458ef34fe9b5f566655957bde6d4891112 # v7
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
Expand All @@ -64,7 +64,7 @@ jobs:
args: --tag "${{ inputs.version }}" publish-and-sign --registry="ghcr.io" --image-name="${{ env.IMAGE_NAME }}" --username="${{ github.repository_owner }}" --secret=env:GITHUB_TOKEN --additional-tags="pr-${{ github.event.number }}-${{ inputs.version}},pr-${{ github.event.number }}-${{ inputs.version}}-${{ steps.sha_short.outputs.sha_short }}" --skip-default-tags --cosign-private-key=env:COSIGN_PRIVATE_KEY --cosign-password=env:COSIGN_PASSWORD
- name: Dagger Build and Publish (main)
# yamllint disable-line rule:line-length
uses: dagger/dagger-for-github@2f17ffec279ab28121a7030db49c2ab32378de2e # v7
uses: dagger/dagger-for-github@847ae4458ef34fe9b5f566655957bde6d4891112 # v7
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
Expand Down

0 comments on commit 0c462bc

Please sign in to comment.