Skip to content

Merge pull request #32 from okfn-brasil/feature/topbar_responsive #24

Merge pull request #32 from okfn-brasil/feature/topbar_responsive

Merge pull request #32 from okfn-brasil/feature/topbar_responsive #24

Workflow file for this run

name: Build container on tags
on:
push:
tags:
- '*'
jobs:
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker Image
uses: VaultVulp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: decidim
extract-git-tag: true
additional-image-tags: latest
dockerfile: Dockerfile
build-context: .