mirror of
				https://github.com/cunnie/sslip.io.git
				synced 2025-10-31 10:56:23 +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: | on: | ||||||
|   push: |   push: | ||||||
|     paths: |     paths: | ||||||
|       - "Docker/fedora- |       - "Docker/fedora-ruby-bind-utils/Dockerfile" | ||||||
|         ruby-bind-utils/Dockerfile" |  | ||||||
|     branches: |     branches: | ||||||
|       - main |       - main | ||||||
|   workflow_dispatch: |   workflow_dispatch: | ||||||
| @@ -39,8 +38,7 @@ jobs: | |||||||
|       - name: Build and push |       - name: Build and push | ||||||
|         uses: docker/build-push-action@v5 |         uses: docker/build-push-action@v5 | ||||||
|         with: |         with: | ||||||
|           context: Docker/fedora- |           context: Docker/fedora-ruby-bind-utils | ||||||
|             ruby-bind-utils |  | ||||||
|           platforms: linux/amd64,linux/arm64 |           platforms: linux/amd64,linux/arm64 | ||||||
|           push: true |           push: true | ||||||
|           tags: cunnie/fedora-ruby-bind-utils:latest |           tags: cunnie/fedora-ruby-bind-utils:latest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Brian Cunnie
					Brian Cunnie