Skip to content

Commit

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

fix(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0
  • Loading branch information
github-actions[bot] authored Apr 8, 2024
2 parents 742a535 + d426f79 commit 12c0026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
type=ref,event=branch
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: Login to DockerHub
if: github.event_name == 'release'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
type=ref,event=branch
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: Build Docker image
uses: docker/build-push-action@v5.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4.1.2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- name: Build Docker image
uses: docker/build-push-action@v5.3.0
Expand Down

0 comments on commit 12c0026

Please sign in to comment.