Skip to content

Commit

Permalink
actions/general-worker: Fix spacing on manifest config
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Dec 28, 2024
1 parent 158c8d6 commit b43c66e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/general-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- uses: int128/docker-manifest-create-action@v2
with:
tags: ghcr.io/haiku/general-worker:${{ steps.detect-version.outputs.RELEASE_VERSION }}
sources: |
ghcr.io/haiku/general-worker:${{ steps.detect-version.outputs.RELEASE_VERSION }}-amd64
ghcr.io/haiku/general-worker:${{ steps.detect-version.outputs.RELEASE_VERSION }}-arm64
sources: |
ghcr.io/haiku/general-worker:${{ steps.detect-version.outputs.RELEASE_VERSION }}-amd64
ghcr.io/haiku/general-worker:${{ steps.detect-version.outputs.RELEASE_VERSION }}-arm64

0 comments on commit b43c66e

Please sign in to comment.