Fix docker workflow (#124)

This commit is contained in:
Erik Vroon
2023-02-21 21:48:40 +01:00
committed by GitHub
parent 4a76b2ca20
commit d674258db6
3 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
name: Create and publish a Docker image
on:
workflow_dispatch:
push:
tags:
- 'v*'
@@ -38,5 +39,6 @@ jobs:
with:
context: .
push: true
file: backend
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}