Skip to content

Build Docker image

Build Docker image #74

Workflow file for this run

on:
push:
branches:
- main
- 'ci/update-workflow'
tags:
- 'v*'
paths:
- 'backend/**'
workflow_dispatch:
name: Build Docker image
jobs:
build:
name: Build Docker image
uses: code4romania/.github/.github/workflows/build-push-image-ecr.yml@main
with:
image_name: vic
region: eu-west-1
secrets:
role_to_assume: ${{ secrets.ROLE_TO_ASSUME }}