Add GitHub workflow to build and push nightly Docker images for AMD64 and ARM64
Some checks failed
Build and release container directly from master / release (push) Failing after 29s

This commit is contained in:
knight 2025-05-05 11:11:41 -04:00
parent 5c282637a6
commit 668aff0cc2

View File

@ -24,8 +24,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: install docker - name: install docker
run: sudo apt install docker.io run: apt install docker.io
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v3 uses: docker/setup-qemu-action@v3