ci: add automatic container build #3

Closed
Job79 wants to merge 16 commits from Job79/pastabble:main into main
Showing only changes of commit b2660c125c - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
- name: Set up BuildX - name: Set up BuildX
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with: with:
endpoint: 'unix:///var/run/user/1000/podman/podman.sock' endpoint: 'unix:///var/run/docker.sock'
- name: Build and push - name: Build and push
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
with: with: