We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef4f9e commit 513ee66Copy full SHA for 513ee66
.github/workflows/publish-new-image-version.yaml
@@ -48,6 +48,6 @@ jobs:
48
uses: ./.github/actions/build-and-publish-image
49
with:
50
ruby_version: ${{ matrix.RUBY_VERSION }}
51
- image_tag: ${{ github.ref_name }}
+ image_tag: ${{ github.ref_name }}
52
gh_token: ${{ secrets.GITHUB_TOKEN }}
53
repository_owner: ${{ github.repository_owner }}
0 commit comments