Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Rename shell script

Rename shell script #4

Workflow file for this run

name: Docker Image CI
permissions:
contents: read
id-token: write
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::246770851643:role/github-actions
aws-region: eu-central-1
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
pushd backend
./docker-util.sh build translation
./docker-util.sh push translation
cd terraform && terraform apply -auto-approve