Skip to content

how-to-participate section #12

how-to-participate section

how-to-participate section #12

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/gp-docker-action@1.6.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: decidim
extract-git-tag: true
additional-image-tags: latest
dockerfile: Dockerfile
build-context: .