mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-30 02:21:47 +08:00
🐞 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 ```
This commit is contained in:
@@ -3,8 +3,7 @@ name: Build cunnie/fedora-ruby-bind-utils
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "Docker/fedora-
|
||||
ruby-bind-utils/Dockerfile"
|
||||
- "Docker/fedora-ruby-bind-utils/Dockerfile"
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
@@ -39,8 +38,7 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: Docker/fedora-
|
||||
ruby-bind-utils
|
||||
context: Docker/fedora-ruby-bind-utils
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: cunnie/fedora-ruby-bind-utils:latest
|
||||
|
||||
Reference in New Issue
Block a user