summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-03 15:06:56 -0400
committerseth <[email protected]>2023-09-03 15:18:59 -0400
commit4507d98a8bb2da8fc9f1cbdc371ba8eaef2ae949 (patch)
treeea467a44751a1763325e3600d2586e0fb4e58634 /.github/workflows
parent41a17b7b3757351d3679093c075acc08a72a8bf0 (diff)
actions: don't wait on garnix for image upload
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/upload.yaml14
1 files changed, 5 insertions, 9 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: |