Skip to content

Commit 143a0ac

Browse files
committed
🐞 docker-fedora-ruby-bind-utils: remove errant linefeed
Fixes: ``` ERROR: invalid tag "cunnie/fedora- ruby-bind-utils:latest": invalid reference format ```
1 parent c089dcf commit 143a0ac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-fedora-ruby-bind-utils.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Build cunnie/fedora-
2-
ruby-bind-utils
1+
name: Build cunnie/fedora-ruby-bind-utils
32

43
on:
54
push:
@@ -36,5 +35,4 @@ jobs:
3635
ruby-bind-utils
3736
platforms: linux/amd64,linux/arm64
3837
push: true
39-
tags: cunnie/fedora-
40-
ruby-bind-utils:latest
38+
tags: cunnie/fedora-ruby-bind-utils:latest

0 commit comments

Comments
 (0)