debug
Some checks failed
docker / deployment-build (push) Failing after 24s
docker / test-build (push) Successful in 20s

This commit is contained in:
OCram85 2023-07-10 13:35:44 +02:00
parent a52df9d159
commit 4ca74a74da
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ on:
- 'v*'
jobs:
build-container:
deployment-build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
@ -43,7 +43,7 @@ jobs:
name: Build and push
uses: actions/build-push-action@v4
with:
#context: .
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

View File

@ -1,6 +1,6 @@
name: docker
run-name: ${{ gitea.actor }} testing docker builder
run-name: docker pipeline
on:
push:
@ -11,7 +11,7 @@ on:
workflow_dispatch:
jobs:
build-container:
test-build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest

View File

@ -1,6 +1,6 @@
name: build testing
name: testing
run-name: ${{ gitea.actor }} is testing out Gitea Actions
run-name: Testing out Gitea Actions
on:
push: