diff --git a/.gitea/workflows/build-and-pubish.yaml b/.gitea/workflows/build-and-pubish.yaml index 2360e79..f25e227 100644 --- a/.gitea/workflows/build-and-pubish.yaml +++ b/.gitea/workflows/build-and-pubish.yaml @@ -3,9 +3,9 @@ name: Build and publish container images on: workflow_dispatch: { } - push: - branches: - - master + # push: + # branches: + # - master jobs: build-and-publish: diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1e66eea..7c235ba 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,9 +3,9 @@ name: Build container images on: workflow_dispatch: { } - # push: - # branches: - # - master + push: + branches: + - master jobs: build: diff --git a/readme.md b/readme.md index afdf418..2a0b030 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,9 @@ jobs: runs-on: ubuntu-latest container: image: gitea.jbrumond.me/images/rust-ci:latest + credentials: + username: ${{ secrets.REGISTRY_USER }} + password: ${{ secrets.REGISTRY_TOKEN }} strategy: matrix: rust-target: