Skip to content

Bump aws-cdk from 2.147.3 to 2.148.1 in /cdk #12

Bump aws-cdk from 2.147.3 to 2.148.1 in /cdk

Bump aws-cdk from 2.147.3 to 2.148.1 in /cdk #12

name: dotnet-docker-build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
defaults:
run:
shell: bash
working-directory: DotnetCoreMultiArchApp/
jobs:
x86-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile.x86 --tag dotnet-core-multi-arch-app:$(date +%s)