update meta fields
ci / deployment-job (push) Successful in 30s Details
docker test build / test-build (push) Successful in 25s Details

This commit is contained in:
OCram85 2023-07-10 13:51:02 +02:00
parent 4f1626d5e8
commit 2013e22524
2 changed files with 4 additions and 5 deletions

View File

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

View File

@ -1,4 +1,4 @@
name: docker
name: docker test build
run-name: docker pipeline