Skip to content

Commit

Permalink
EIP1-9472: Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ollylarkin-softwire committed Nov 6, 2024
1 parent b932b17 commit 0d0d5c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/temp-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ jobs:
sudo apt-get install -y --allow-downgrades docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
- name: Test build image
id: build-image
env:
AWS_PROFILE_ARG: ""
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: ${{ inputs.ecr_repo }}
run: ./gradlew bootBuildImage

0 comments on commit 0d0d5c5

Please sign in to comment.