Skip to content

Commit

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

build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.3.0
  • Loading branch information
brainexe authored Apr 12, 2024
2 parents 2bc48f9 + 5a4b9e3 commit 5f04f78
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.1.0
uses: docker/setup-buildx-action@v3.3.0
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v3.1.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.1.0
uses: docker/setup-buildx-action@v3.3.0
- name: Build and push
uses: docker/build-push-action@v5.3.0
with:
Expand Down

0 comments on commit 5f04f78

Please sign in to comment.