ci: add automatic container build #3

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

View File

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