From 4c0ad887b54a9910839b1cee3b3f6d78920419d4 Mon Sep 17 00:00:00 2001 From: Taqi Tahmid Date: Sat, 17 May 2025 21:32:04 +0300 Subject: [PATCH] fix --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ac921f7..f6c8127 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,8 +28,6 @@ jobs: build-and-release-image: runs-on: ubuntu-latest - container: - image: quay.io/podman/stable needs: build-portfolio-website if: success() steps: @@ -39,6 +37,7 @@ jobs: fetch-depth: 0 # all history for all branches and tags - name: Login to Image registry + container: quay.io/podman/stable env: REGISTRY: ${{ secrets.DOCKER_REGISTRY }} USERNAME: ${{ secrets.DOCKER_USERNAME }}