From 02cc15954bec437b0e14a68d931ac92c54ff97da Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Tue, 11 Feb 2025 22:15:15 +0100 Subject: [PATCH] Actions: make publish just 1 job --- .forgejo/workflows/publish.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 72c45a8..e2b7a8a 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -10,7 +10,7 @@ on: jobs: build: runs-on: nixos-latest - strategy: &strategy + strategy: matrix: container: [ nixos ] version: [ "24.11", "unstable" ] @@ -31,12 +31,6 @@ jobs: - name: load image into podman run: | podman load < ${{ steps.pkgs.outputs.pkgs-name }} - - publish: - runs-on: nixos-latest - needs: build - strategy: *strategy - steps: - name: login to container registry uses: actions/podman-login@v1 with: