update build

This commit is contained in:
Jeffrey C. Ollie 2023-08-17 12:43:01 -05:00
parent 89b656f802
commit 7d3d72821c
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -12,16 +12,16 @@ jobs:
- uses: actions/checkout@v3
- run: set
- run: nix build -L .#nixos-runner
# - uses: redhat-actions/podman-login@v1
# with:
# registry: ghcr.io/${{ github.repository_owner }}
# username: ${{ github.actor }}
# password: ${{ github.token }}
- run: echo -n "${PASSWORD}" | podman login --username ${USERNAME} --password-stdin ${REPOSITORY}
env:
REPOSITORY: ghcr.io/${{ github.repository_owner }}
USERNAME: ${{ github.actor }}
PASSWORD: ${{ github.token }}
- uses: redhat-actions/podman-login@v1
with:
registry: ghcr.io/${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ github.token }}
# - run: echo -n "${PASSWORD}" | podman login --username ${USERNAME} --password-stdin ${REPOSITORY}
# env:
# REPOSITORY: ghcr.io/${{ github.repository_owner }}
# USERNAME: ${{ github.actor }}
# PASSWORD: ${{ github.token }}
- run: podman load --input result | sed -n -e "s/Loaded image:.\\(.*\\)/loaded-image=\\1/p" >> $GITHUB_OUTPUT
id: podman-load-image
- run: podman images