replaced .woodpecker.yml with forgejo workflow
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4s
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4s
This commit is contained in:
parent
7df68fdef9
commit
30acc8649a
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
docker:
|
||||||
name: Build and Push Docker image
|
name: Build and Push Docker image
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
@ -24,7 +24,6 @@ jobs:
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
spcodes/peertube:latest
|
spcodes/peertube:latest
|
||||||
|
|
Loading…
Reference in a new issue