Skip to content

Commit

Permalink
ci: add docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloMedici committed Jan 27, 2025
1 parent 2738fac commit 8e7c775
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Docker
uses: docker/setup-docker-action@v4
with:
daemon-config: |
{
"debug": true,
"features": {
"containerd-snapshotter": true
}
}
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit 8e7c775

Please sign in to comment.