Skip to content

Commit

Permalink
use buildx for actions-dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ryojp committed Oct 21, 2023
1 parent 0b48757 commit 6aa732d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- 'v*'
paths-ignore:
- '**.md'
- '.gitignore'
Expand All @@ -16,6 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 6aa732d

Please sign in to comment.