diff --git a/.gitea/workflows/container-build.yml b/.gitea/workflows/container-build.yml index fe5f1be..67747a0 100644 --- a/.gitea/workflows/container-build.yml +++ b/.gitea/workflows/container-build.yml @@ -17,10 +17,6 @@ jobs: matrix: operating-systems: - debian - env: - IMAGE_NAME: container - REGISTRY: git.anomalous.dev - REPO_OWNER: 57_wolve steps: - name: Checkout uses: actions/checkout@v4 @@ -33,7 +29,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - registry: ${{ REGISTRY }} + registry: git.anomalous.dev username: ${{ gitea.actor }} password: ${{ secrets.REGISTRY_TOKEN }} - uses: docker/build-push-action@v3 @@ -43,4 +39,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ${{ REGISTRY }}/${{ REPO_OWNER }}/${{ IMAGE_NAME }}:${{ matrix.operating-systems }} \ No newline at end of file + git.anomalous.dev/57_wolve/container:${{ matrix.operating-systems }} \ No newline at end of file