Skip to content

Commit

Permalink
fix spacing in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed Nov 23, 2023
1 parent 565bd94 commit 1895d50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-alpine.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: docker-alpine-build

on:
push:
branches:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
echo "GHCR_IMAGE=ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}" >> "$GITHUB_ENV"
echo "DHIO_IMAGE=docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ env.IMAGE_NAME }}" >> "$GITHUB_ENV"
- name: build hwaccel-base for local use
uses: docker/build-push-action@v4
with:
Expand All @@ -61,6 +62,7 @@ jobs:
localhost:5000/stash-s6:hwaccel-base
cache-from: type=gha
cache-to: type=gha,mode=max

- name: build hwaccel
uses: docker/build-push-action@v4
with:
Expand All @@ -74,6 +76,7 @@ jobs:
${{ env.GHCR_IMAGE }}:hwaccel-${{ matrix.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: build hwaccel-lscr amd64
# specific to amd64
if: ${{ matrix.platform == 'linux/amd64' }}
Expand All @@ -89,6 +92,7 @@ jobs:
${{ env.GHCR_IMAGE }}:hwaccel-lscr-amd64
cache-from: type=gha
cache-to: type=gha,mode=max

- name: build hwaccel-lscr arm64
# specific to ARM64
if: ${{ matrix.platform == 'linux/arm64' }}
Expand All @@ -104,6 +108,7 @@ jobs:
${{ env.GHCR_IMAGE }}:hwaccel-lscr-arm64
cache-from: type=gha
cache-to: type=gha,mode=max

- name: build hwaccel-jf
# no support for ARMEL
if: ${{ matrix.platform != 'linux/arm/v6' }}
Expand Down

0 comments on commit 1895d50

Please sign in to comment.