Skip to content

Commit

Permalink
add setup docker action
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Jan 31, 2024
1 parent 0c54463 commit 6728f06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:
rosdistro: [humble]
runs_on: [ubuntu-22.04, macos-14] # macos-14 is added for arm support. See also https://x.com/github/status/1752458943245189120?s=20
steps:
- uses: actions/checkout@v3
- name: Setup docker
uses: docker-practice/actions-setup-docker@v1

- name: Setup Docker Buildx
- name: Setup docker buildx
uses: docker/setup-buildx-action@v2

- uses: actions/checkout@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 6728f06

Please sign in to comment.