From 0bbe32f178707f5330ad0801ce66af97bb5d8167 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Fri, 3 Nov 2023 18:36:49 -0700 Subject: [PATCH] readme --- .gitea/workflows/build-and-pubish.yaml | 6 +++--- .gitea/workflows/build.yaml | 6 +++--- readme.md | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) 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: