Skip to content

Commit

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

build(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
Floppy authored Sep 14, 2023
2 parents 2de2ad7 + 0fe6b9e commit 920b1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 920b1a4

Please sign in to comment.