fix: change queues name to avoid conflict with ONGHub sharing the sam… #94
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
- develop | |
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 | |
context: backend | |
dockerfile: backend/Dockerfile | |
tags: | | |
type=edge | |
type=ref,event=branch | |
type=semver,pattern={{version}} | |
type=semver,pattern={{major}}.{{minor}} | |
type=semver,pattern={{major}} | |
secrets: | |
role_to_assume: ${{ secrets.ROLE_TO_ASSUME }} |