Update .forgejo/workflows/docker-build.yml
This commit is contained in:
@@ -29,18 +29,12 @@ jobs:
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
options: >-
|
||||
--privileged
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
options: >-
|
||||
--privileged
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
options: >-
|
||||
--privileged
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ env.FORGEJO_HOST }}/${{ github.actor }}/${{ env.CONTAINER_NAME }}:latest
|
||||
Reference in New Issue
Block a user