Skip to content

Commit

Permalink
actions: Fix general-worker pipeline, missing curly
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Dec 28, 2024
1 parent 2544adf commit f621181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/general-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
context: containers/general-worker
push: true
tags: |
ghcr.io/haiku/general-worker:${ steps.detect-version.outputs.RELEASE_VERSION }}-amd64
ghcr.io/haiku/general-worker:${ steps.detect-version.outputs.RELEASE_VERSION }}-arm64
ghcr.io/haiku/general-worker:${{ steps.detect-version.outputs.RELEASE_VERSION }}-amd64
ghcr.io/haiku/general-worker:${{ steps.detect-version.outputs.RELEASE_VERSION }}-arm64
platforms: linux/amd64,linux/arm64

0 comments on commit f621181

Please sign in to comment.