From 4507d98a8bb2da8fc9f1cbdc371ba8eaef2ae949 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 3 Sep 2023 15:06:56 -0400 Subject: actions: don't wait on garnix for image upload --- .github/workflows/upload.yaml | 14 +++++--------- garnix.yaml | 3 ++- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml index 4d4c557..2bf3a0e 100644 --- a/.github/workflows/upload.yaml +++ b/.github/workflows/upload.yaml @@ -3,20 +3,15 @@ name: upload to registry # changes are made to `main` on: - check_suite: - types: [completed] - -# https://github.com/garnix-io/issues/issues/63 -concurrency: - group: upload-${{ github.ref }} - cancel-in-progress: true + push: + branches: + - main permissions: packages: write jobs: upload: - if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest env: @@ -25,7 +20,8 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v22 + - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/magic-nix-cache-action@main - name: fetch docker image run: | diff --git a/garnix.yaml b/garnix.yaml index 64bee81..9458456 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -1,5 +1,6 @@ builds: - exclude: [] + exclude: + - "packages.x86_64-linux.container" include: - "checks.x86_64-linux.*" - "packages.x86_64-linux.*" -- cgit v1.2.3