Skip to content

more corrections to text #27

more corrections to text

more corrections to text #27

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