pipeline runner
This commit is contained in:
parent
8690756411
commit
c8d41dcf3a
@ -2,7 +2,6 @@ name: S3 mount container image build
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -27,4 +26,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:latest
|
tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:${{ github.event.release.tag_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user