3 Commits

View File

@@ -12,8 +12,7 @@ permissions:
jobs:
build:
name: Build image
runs-on: dind
container: ghcr.io/catthehacker/ubuntu:act-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -21,7 +20,7 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: hub.realmanual.ru
registry: git.realmanual.ru
username: ${{ gitea.actor }}
password: ${{ secrets.PUSH_TOKEN }}