mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 03:24:05 +00:00
fix(ci): even more typos in pipeline
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -58,6 +58,6 @@ jobs:
|
||||
- name: Build Docker image
|
||||
shell: bash
|
||||
run: |
|
||||
cp ./gibidi-linux ./gibidi
|
||||
chmod +x ./gibidi
|
||||
docker build -t ghcr.io/${{ github.repository }}/gibidi:${{ github.ref_name }} .
|
||||
cp ./gibidify-linux ./gibidify
|
||||
chmod +x ./gibidify
|
||||
docker build -t ghcr.io/${{ github.repository }}/gibidify:${{ github.ref_name }} .
|
||||
|
||||
Reference in New Issue
Block a user