This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Build Project
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -37,7 +39,7 @@ jobs:
|
||||
- name: Log in to Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: gitea.maiertobi.de
|
||||
registry: gitea.tobiasmaier.me
|
||||
username: tobimai
|
||||
password: ${{ secrets.docker_registry_key }}
|
||||
- name: Extract Version from Cargo.toml
|
||||
|
||||
Reference in New Issue
Block a user