fix: Typo in docker image name
All checks were successful
Publish Docker / build (push) Successful in 3m35s
All checks were successful
Publish Docker / build (push) Successful in 3m35s
This commit is contained in:
parent
9b6afa1d01
commit
08bb610bbb
41
.github/workflows/ci.yml
vendored
41
.github/workflows/ci.yml
vendored
@ -1,41 +0,0 @@
|
|||||||
name: ci
|
|
||||||
|
|
||||||
on: push
|
|
||||||
|
|
||||||
env:
|
|
||||||
CARGO_TERM_COLOR: always
|
|
||||||
RUSTFLAGS: "-Dwarnings"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- cargo_target: "x86_64-unknown-linux-gnu"
|
|
||||||
- cargo_target: "wasm32-unknown-unknown"
|
|
||||||
steps:
|
|
||||||
- name: Clone repo
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Add targets
|
|
||||||
run: rustup target add wasm32-unknown-unknown
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
- name: Docker Compose
|
|
||||||
run: docker-compose -f test/docker-compose.yml up -d redis
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
env:
|
|
||||||
CARGO_BUILD_TARGET: ${{ matrix.cargo_target }}
|
|
||||||
run: cargo build
|
|
||||||
- name: Clippy
|
|
||||||
env:
|
|
||||||
CARGO_BUILD_TARGET: ${{ matrix.cargo_target }}
|
|
||||||
run: cargo clippy
|
|
||||||
- name: Fmt
|
|
||||||
env:
|
|
||||||
CARGO_BUILD_TARGET: ${{ matrix.cargo_target }}
|
|
||||||
run: cargo fmt -- --check
|
|
||||||
|
|
||||||
- name: Test
|
|
||||||
if: matrix.cargo_target == 'x86_64-unknown-linux-gnu'
|
|
||||||
run: cargo test
|
|
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
uses: elgohr/Publish-Docker-Github-Action@v5
|
uses: elgohr/Publish-Docker-Github-Action@v5
|
||||||
with:
|
with:
|
||||||
name: nathanwoodburnwoodburn/eth-oidc
|
name: nathanwoodburn/eth-oidc
|
||||||
username: nathanwoodburn
|
username: nathanwoodburn
|
||||||
password: ${{ secrets.DOCKERGIT_TOKEN }}
|
password: ${{ secrets.DOCKERGIT_TOKEN }}
|
||||||
registry: git.woodburn.au
|
registry: git.woodburn.au
|
||||||
|
Loading…
Reference in New Issue
Block a user