generated from Templates/Baseline
update meta fields
This commit is contained in:
parent
4f1626d5e8
commit
2013e22524
@ -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 }}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: docker
|
name: docker test build
|
||||||
|
|
||||||
run-name: docker pipeline
|
run-name: docker pipeline
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user