Skip to content

Commit

Permalink
Merge pull request #568 from mxpv/dependabot/github_actions/docker/se…
Browse files Browse the repository at this point in the history
…tup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
mxpv authored Mar 26, 2024
2 parents 44b062b + dc3f2f7 commit 02b9090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

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

- name: 🔒 Log in to the Container registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

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

- name: 🔒 Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 02b9090

Please sign in to comment.