This commit is contained in:
parent
ed52c8e445
commit
aa139b5a09
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -12,4 +12,4 @@ jobs:
|
||||
- uses: cachix/install-nix-action@v27
|
||||
- run: nix develop . -c golangci-lint run --enable-all
|
||||
- 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 }}
|
||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,8 +1,10 @@
|
||||
name: "test"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
tags-ignore:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user