Skip to content

Commit

Permalink
publish ruby ecr images
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed May 17, 2024
1 parent ffb55d4 commit 0b6a2e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
echo "::set-output name=VERSION::$(
echo ${{ matrix.ruby-version }} | sed 's/\.//'
)"
- name: Publish layer
if: steps.ruby-check-tag.outputs.match == 'true'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: make publish-ruby${{ steps.ruby-version-without-dot.outputs.VERSION }}-ci
# - name: Publish layer
# if: steps.ruby-check-tag.outputs.match == 'true'
# env:
# AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
# AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# run: make publish-ruby${{ steps.ruby-version-without-dot.outputs.VERSION }}-ci
- name: Publish ECR image for ruby ${{ matrix.ruby-version }}
if: steps.ruby-check-tag.outputs.match == 'true'
env:
Expand Down

0 comments on commit 0b6a2e0

Please sign in to comment.