Skip to content

Commit

Permalink
Fix incorrect refernece to in repo action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn617 committed Apr 23, 2024
1 parent 0a98c7d commit b0dda44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-image-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3

- name: Build and Publish Image
uses: ./.github/actions/build-and-publish-image.yml
uses: ./.github/actions/build-and-publish-image
with:
ruby_version: ${{ matrix.RUBY_VERSION }}
image_tag: ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-ruby-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3

- name: Build and Publish Image
uses: ./.github/actions/build-and-publish-image.yml
uses: ./.github/actions/build-and-publish-image
with:
ruby_version: ${{ matrix.RUBY_VERSION }}
image_tag: ${{ matrix.IMAGE_VERSION }}
Expand Down

0 comments on commit b0dda44

Please sign in to comment.