Skip to content

Bump the aws-sdk-v2 group with 12 updates (#1060) #1257

Bump the aws-sdk-v2 group with 12 updates (#1060)

Bump the aws-sdk-v2 group with 12 updates (#1060) #1257

Workflow file for this run

on: push
name: Build and test
jobs:
buildDockerImage:
name: Build docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build docker image
run: docker build -t yace --build-arg VERSION=${{github.event.release.tag_name}} .