Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Github Actions(deps): Bump docker/setup-buildx-action from 1 to 3 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
if: success()
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Build container
id: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Docker Buildx
id: buildx
if: success()
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
id: login-dockerhub
Expand Down
Loading