Skip to content

changed translation of floating help #32

changed translation of floating help

changed translation of floating help #32

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