Trying to unblock gitea CI
Some checks failed
Build and push docker image / build (push) Failing after 1m36s
Some checks failed
Build and push docker image / build (push) Failing after 1m36s
This commit is contained in:
@@ -3,9 +3,8 @@ run-name: ${{ gitea.actor }} is building and pushing the docker image 🚀
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
|
||||||
if: gitea.ref == 'refs/heads/main'
|
if: gitea.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user