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

View File

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