This commit is contained in:
parent
f8a61b88c6
commit
97b870ccdd
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: runner-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: https://forge.karnov.club
|
||||
- name: Build image
|
||||
run: ./build.sh
|
||||
run: podman build . -t container-registry:local
|
||||
- name: Authenticate with registry
|
||||
run: podman login -u srv_container-registry -p ${{ secrets.REGISTRY_TOKEN }} ${{ env.CONTAINER_ADDRESS }}
|
||||
- name: Push image
|
||||
|
|
Loading…
Reference in a new issue