ci: update runner label
Some checks failed
/ test (push) Failing after 59s

This commit is contained in:
Marc 2024-11-03 23:28:00 -05:00
parent f8a61b88c6
commit 97b870ccdd
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -8,13 +8,13 @@ env:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: runner-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
github-server-url: https://forge.karnov.club github-server-url: https://forge.karnov.club
- name: Build image - name: Build image
run: ./build.sh run: podman build . -t container-registry:local
- name: Authenticate with registry - name: Authenticate with registry
run: podman login -u srv_container-registry -p ${{ secrets.REGISTRY_TOKEN }} ${{ env.CONTAINER_ADDRESS }} run: podman login -u srv_container-registry -p ${{ secrets.REGISTRY_TOKEN }} ${{ env.CONTAINER_ADDRESS }}
- name: Push image - name: Push image