This commit is contained in:
parent
f8a61b88c6
commit
97b870ccdd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue