Actions: make publish just 1 job
This commit is contained in:
parent
676496994c
commit
02cc15954b
1 changed files with 1 additions and 7 deletions
|
@ -10,7 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: nixos-latest
|
runs-on: nixos-latest
|
||||||
strategy: &strategy
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
container: [ nixos ]
|
container: [ nixos ]
|
||||||
version: [ "24.11", "unstable" ]
|
version: [ "24.11", "unstable" ]
|
||||||
|
@ -31,12 +31,6 @@ jobs:
|
||||||
- name: load image into podman
|
- name: load image into podman
|
||||||
run: |
|
run: |
|
||||||
podman load < ${{ steps.pkgs.outputs.pkgs-name }}
|
podman load < ${{ steps.pkgs.outputs.pkgs-name }}
|
||||||
|
|
||||||
publish:
|
|
||||||
runs-on: nixos-latest
|
|
||||||
needs: build
|
|
||||||
strategy: *strategy
|
|
||||||
steps:
|
|
||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
uses: actions/podman-login@v1
|
uses: actions/podman-login@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue