Skip to content

Set AWS_REGION in integration tests #15

Set AWS_REGION in integration tests

Set AWS_REGION in integration tests #15

name: Build with GHA
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
provenance: mode=max
sbom: true
push: false
tags: ${{ secrets.DOCKERHUB_USERNAME }}/golden-demo:gha