This commit is contained in:
platane
2022-03-24 10:48:42 +01:00
parent 02eac789aa
commit b0338d4519

View File

@@ -1,6 +1,7 @@
name: release name: release
on: on:
push:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
description: description:
@@ -51,8 +52,6 @@ jobs:
with: with:
push: true push: true
tags: platane/snk:${{ github.sha }} platane/snk:${{ github.ref.name }} tags: platane/snk:${{ github.sha }} platane/snk:${{ github.ref.name }}
file: Dockerfile
context: .
- name: update action.yml - name: update action.yml
run: | run: |