Skip to content

Commit 513ee66

Browse files
committed
Fix formatting of the publish-new-image-version.yaml file
1 parent 3ef4f9e commit 513ee66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-new-image-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
uses: ./.github/actions/build-and-publish-image
4949
with:
5050
ruby_version: ${{ matrix.RUBY_VERSION }}
51-
image_tag: ${{ github.ref_name }}
51+
image_tag: ${{ github.ref_name }}
5252
gh_token: ${{ secrets.GITHUB_TOKEN }}
5353
repository_owner: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)