pipeline runner

This commit is contained in:
Tanguy Herbron 2023-08-07 17:10:12 +02:00
parent 8690756411
commit c8d41dcf3a

View File

@ -2,7 +2,6 @@ name: S3 mount container image build
on:
release:
types: [published]
push:
jobs:
build:
@ -27,4 +26,4 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:latest
tags: ${{ steps.tag_vars.outputs.IMAGE_NAME }}:${{ github.event.release.tag_name }}