replaced .woodpecker.yml with forgejo workflow
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4s

This commit is contained in:
Samuel Philipp 2023-09-06 23:09:44 +02:00
parent 7df68fdef9
commit 30acc8649a

View file

@ -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