Skip to content

Commit

Permalink
Merge pull request #600 from innogames/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/setup-buildx-action-3.5.0

build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.5.0
  • Loading branch information
brainexe authored Jul 23, 2024
2 parents 783419f + 5fcc98f commit 0d30774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.5.0
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v3.2.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.5.0
- name: Build and push
uses: docker/build-push-action@v6.3.0
with:
Expand Down

0 comments on commit 0d30774

Please sign in to comment.