Skip to content

Commit

Permalink
ci: fixup slug
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed May 15, 2024
1 parent 568f2c7 commit 4fdbc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
id: slzug
shell: bash
run: |
echo "slug=$(echo "$platform" | tr '/' '-')
echo "slug=$(echo "${{ inputs.platform }}" | tr '/' '-')
- name: Docker build & push
id: docker_build
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 4fdbc0d

Please sign in to comment.