Skip to content

Commit 86bdf86

Browse files
committed
🐞 docker-fedora-ruby-bind-utils: remove errant linefeed #2
I overlooked these errant linefeeds; this commit rectifies that oversight. Fixes: ``` ERROR: invalid tag "cunnie/fedora- ruby-bind-utils:latest": invalid reference format ```
1 parent 41ea9a8 commit 86bdf86

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
@@ -3,8 +3,7 @@ name: Build cunnie/fedora-ruby-bind-utils
33
on:
44
push:
55
paths:
6-
- "Docker/fedora-
7-
ruby-bind-utils/Dockerfile"
6+
- "Docker/fedora-ruby-bind-utils/Dockerfile"
87
branches:
98
- main
109
workflow_dispatch:
@@ -39,8 +38,7 @@ jobs:
3938
- name: Build and push
4039
uses: docker/build-push-action@v5
4140
with:
42-
context: Docker/fedora-
43-
ruby-bind-utils
41+
context: Docker/fedora-ruby-bind-utils
4442
platforms: linux/amd64,linux/arm64
4543
push: true
4644
tags: cunnie/fedora-ruby-bind-utils:latest

0 commit comments

Comments
 (0)