Skip to content

Commit

Permalink
Try docker multiplatform publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Senart committed Jan 10, 2025
1 parent a6afba7 commit ad91341
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-to-dockerhub/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ runs:
- name: Set up Docker
uses: docker/setup-docker-action@v4
with:
daemon-config: |
{
"debug": true,
"features": {
"containerd-snapshotter": true
}
}
daemon-config: |
{
"debug": true,
"features": {
"containerd-snapshotter": true
}
}
- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit ad91341

Please sign in to comment.