This commit is contained in:
parent
68e99dce40
commit
5a48c5b0a2
@ -21,11 +21,10 @@ jobs:
|
|||||||
uses: http://gitea.pena:3000/PenaDevops/actions.git/checkout@v1
|
uses: http://gitea.pena:3000/PenaDevops/actions.git/checkout@v1
|
||||||
|
|
||||||
- name: Build container image
|
- name: Build container image
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
podman build \
|
podman build `
|
||||||
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} \
|
--build-arg GITEA_VERSION=${{ env.GITEA_VERSION }} `
|
||||||
-t gitea-custom:${{ github.sha }} .
|
-t gitea-custom:${{ github.sha }} .
|
||||||
|
|
||||||
- name: Stop existing container
|
- name: Stop existing container
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user