Update .gitea/workflows/container-build.yml

This commit is contained in:
2024-07-24 09:35:28 +00:00
parent 6df5d25b4a
commit 0eebfd569c

View File

@@ -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 }}
git.anomalous.dev/57_wolve/container:${{ matrix.operating-systems }}