Skip to content

Commit

Permalink
build(deps): bump grafana/shared-workflows (#2600)
Browse files Browse the repository at this point in the history
Bumps [grafana/shared-workflows](https://github.com/grafana/shared-workflows) from dockerhub-login-v1.0.0 to 1.0.1. This release includes the previously tagged commit.
- [Release notes](https://github.com/grafana/shared-workflows/releases)
- [Changelog](https://github.com/grafana/shared-workflows/blob/main/CHANGELOG.md)
- [Commits](grafana/shared-workflows@dockerhub-login-v1.0.0...dockerhub-login-v1.0.1)

---
updated-dependencies:
- dependency-name: grafana/shared-workflows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 76cc8e7 commit fd9c7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "image_tag=${FULL_TAG##*/}" >> $GITHUB_OUTPUT

- name: Login to DockerHub (from vault)
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1

- run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: echo "image_tag=${FULL_TAG##*/}-boringcrypto" >> $GITHUB_OUTPUT

- name: Login to DockerHub (from vault)
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1

- run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down

0 comments on commit fd9c7d5

Please sign in to comment.