update meta fields
All checks were successful
ci / deployment-job (push) Successful in 30s
docker test build / test-build (push) Successful in 25s

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: on:
push: push:
@ -10,7 +10,7 @@ on:
- 'v*' - 'v*'
jobs: jobs:
deployment-build: deployment-job:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
@ -43,7 +43,6 @@ jobs:
name: Build and push name: Build and push
uses: actions/build-push-action@v4 uses: actions/build-push-action@v4
with: with:
#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,4 +1,4 @@
name: docker name: docker test build
run-name: docker pipeline run-name: docker pipeline