Skip to content

Commit

Permalink
Merge pull request #53 from ashleycaselli/renovate/docker-setup-build…
Browse files Browse the repository at this point in the history
…x-action-3.x

ci(deps): update docker/setup-buildx-action action to v3.7.1
  • Loading branch information
ashleycaselli authored Oct 8, 2024
2 parents 3ab0080 + 6263976 commit 1e3dc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

# inspired by https://github.com/reloc8/action-latest-release-version
- name: Get release version
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
merge-multiple: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 1e3dc90

Please sign in to comment.