chore: fix workflow

This commit is contained in:
Cassio Santos
2022-03-14 14:29:41 -03:00
committed by GitHub
parent 131623ce1f
commit e691be8fdf

View File

@@ -2,11 +2,10 @@ name: Create and publish a Frontend Docker image
on: on:
push: push:
branches: branches: [master]
- master paths:
- "frontend/**"
pull_request:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
@@ -42,4 +41,4 @@ jobs:
context: ./frontend/ context: ./frontend/
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}