Skip to content

Commit

Permalink
minor fix to GH actions (#367)
Browse files Browse the repository at this point in the history
Signed-off-by: Jasmin Gacic <jasmin.gacic@gmail.com>
  • Loading branch information
jasmingacic authored May 3, 2022
1 parent 5fb7665 commit 66ce1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta-kusk-gateway.outputs.tags }}
labels: ${{ steps.meta-kusk-gateway.outputs.labels }}
build-args: TelemetryToken=${{ secrets.TELEMETRY_TOKEN }}
build-args: TELEMETRY_TOKEN=${{ secrets.TELEMETRY_TOKEN }}
-
name: Docker metadata for Kusk Gateway Agent
id: meta-kusk-gateway-agent
Expand Down

0 comments on commit 66ce1d6

Please sign in to comment.