Skip to content

Commit

Permalink
Fix attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Nov 29, 2023
1 parent 67d7e66 commit 71770dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/_build-and-push-cliain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
id: get-ref-properties
uses: Cardinal-Cryptography/github-actions/get-ref-properties@v4

- name: Download cliain from GH artifact
uses: actions/download-artifact@v3
with:
name: cliain
path: bin/cliain/target/release/cliain

- name: Login to Public Amazon ECR
uses: docker/login-action@v3
with:
Expand All @@ -73,7 +79,6 @@ jobs:
password: ${{ secrets.AWS_MAINNET_SECRET_ACCESS_KEY }}

- name: Build and push latest docker image
if: ${{ inputs.check-only != true }}
env:
IMAGE: ${{ inputs.liminal-runtime && 'cliain-liminal' || 'cliain' }}
TAG: ${{ steps.get-ref-properties.outputs.sha }}
Expand Down

0 comments on commit 71770dc

Please sign in to comment.