readme
Some checks reported warnings
Build container images / build (push) Has been cancelled

This commit is contained in:
James Brumond 2023-11-03 18:36:49 -07:00
parent 6f03a6c586
commit 0bbe32f178
Signed by: james
GPG Key ID: E8F2FC44BAA3357A
3 changed files with 9 additions and 6 deletions

View File

@ -3,9 +3,9 @@ name: Build and publish container images
on:
workflow_dispatch: { }
push:
branches:
- master
# push:
# branches:
# - master
jobs:
build-and-publish:

View File

@ -3,9 +3,9 @@ name: Build container images
on:
workflow_dispatch: { }
# push:
# branches:
# - master
push:
branches:
- master
jobs:
build:

View File

@ -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: