generated from Templates/Baseline
debug
This commit is contained in:
parent
a52df9d159
commit
4ca74a74da
@ -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 }}
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user