Skip to content

Commit

Permalink
Merge pull request #298 from pabloromeo/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…/docker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
pabloromeo authored May 1, 2024
2 parents 12b7d5d + 3dce78e commit 4e3788e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lscr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

# - name: Available platforms
# run: echo ${{ steps.buildx.outputs.platforms }}
Expand Down

0 comments on commit 4e3788e

Please sign in to comment.