diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f6c8127..87e883c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 # all history for all branches and tags - name: Login to Image registry - container: quay.io/podman/stable + image: quay.io/podman/stable env: REGISTRY: ${{ secrets.DOCKER_REGISTRY }} USERNAME: ${{ secrets.DOCKER_USERNAME }}