ci: fixes repo typo
Some checks failed
release / release (push) Has been cancelled

This commit is contained in:
Marvin Preuss 2024-09-19 15:34:28 +02:00
parent ed52c8e445
commit aa139b5a09
2 changed files with 5 additions and 3 deletions

View File

@ -12,4 +12,4 @@ jobs:
- uses: cachix/install-nix-action@v27 - uses: cachix/install-nix-action@v27
- run: nix develop . -c golangci-lint run --enable-all - run: nix develop . -c golangci-lint run --enable-all
- run: nix develop . -c go test -v -race ./... - run: nix develop . -c go test -v -race ./...
- run: nix develop . -c skopeo --insecure-policy copy --dest-username ${{ github.actor }} --dest-password ${{ secrets.GITHUB_TOKEN }} docker-archive://$(nix build .#docker --print-out-paths) docker://ghrc.io/xsteadfastx/caddy-log-exporter:${{ github.ref_name }} - run: nix develop . -c skopeo --insecure-policy copy --dest-username ${{ github.actor }} --dest-password ${{ secrets.GITHUB_TOKEN }} docker-archive://$(nix build .#docker --print-out-paths) docker://ghcr.io/xsteadfastx/caddy-log-exporter:${{ github.ref_name }}

View File

@ -1,8 +1,10 @@
name: "test" name: "test"
on: on:
pull_request:
push: push:
tags-ignore: branches:
- '*'
pull_request:
branches:
- '*' - '*'
jobs: jobs:
test: test: