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
|
- name: Build Docker image
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cp ./gibidi-linux ./gibidi
|
cp ./gibidify-linux ./gibidify
|
||||||
chmod +x ./gibidi
|
chmod +x ./gibidify
|
||||||
docker build -t ghcr.io/${{ github.repository }}/gibidi:${{ github.ref_name }} .
|
docker build -t ghcr.io/${{ github.repository }}/gibidify:${{ github.ref_name }} .
|
||||||
|
|||||||
Reference in New Issue
Block a user