Skip to content

Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.307 (#1074) #1284

Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.307 (#1074)

Bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.307 (#1074) #1284

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}} .