Skip to content

Commit

Permalink
fix: Set registry and tags in release-crates-ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Mar 11, 2024
1 parent 031ff8b commit 9a7ed15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-crates-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
platforms:
type: string
required: true
images:
tags:
type: string
required: true
labels:
Expand Down Expand Up @@ -57,7 +57,7 @@ on:
platforms:
type: string
required: true
images:
tags:
type: string
required: true
labels:
Expand Down Expand Up @@ -96,10 +96,10 @@ jobs:
version: ${{ inputs.version }}
live-run: ${{ inputs.live-run }}
files: ${{ inputs.files }}
registry: ghcr.io
binary: ${{ inputs.binary }}
platforms: ${{ inputs.platforms }}
images: ${{ inputs.images }}
tags: ${{ inputs.tags }}
labels: ${{ inputs.labels }}
username: zettascale-bot
password: ${{ secrets.ZETTASCALE_BOT_PERSONAL_ACCESS_TOKEN }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}

0 comments on commit 9a7ed15

Please sign in to comment.