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