feature/build #1
@@ -48,6 +48,9 @@ jobs:
|
|||||||
- name: Login to Docker registry
|
- name: Login to Docker registry
|
||||||
run: podman login --tls-verify=false gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
run: podman login --tls-verify=false gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}
|
||||||
|
|
||||||
|
- name: Build image
|
||||||
|
run: podman build .
|
||||||
|
|
||||||
# type-check:
|
# type-check:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# container:
|
# container:
|
||||||
|
|||||||
Reference in New Issue
Block a user