Skip to content

card: title on bold #19

card: title on bold

card: title on bold #19

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: .