Skip to content

workflow: fix paths

workflow: fix paths #4

Workflow file for this run

name: Build and push Docker images
on:
push:
tags:
- 'frontend-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@master
env:
DOCKER_BUILDKIT: "1"
with:
name: wuvt/rolled-frontend
username: wuvt
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
workdir: frontend
dockerfile: Dockerfile
tag_names: true