Skip to content

use aws oidc github federation #19

use aws oidc github federation

use aws oidc github federation #19

Workflow file for this run

name: preview-bot
on:
pull_request:
#types: [synchronize, labeled, unlabeled, reopened, closed]
types: [opened, synchronize, reopened]
env:
PREVIEW_STACK_NAME: preview-${{ github.event.repository.owner.login }}-${{ github.event.repository.name }}-pr-${{ github.event.number }}
AWS_DEFAULT_REGION: eu-west-1
jobs:
Build:
if: "github.event.action != 'closed'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image
id: build
run: |
docker build -t local .