Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed May 15, 2024
1 parent d36cd03 commit 54e5b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ runs:
shell: bash
run: |
echo "slug=$(echo '${{ inputs.platform }}' | tr '/' '-')" >> $GITHUB_OUTPUT
echo "DEBUG"
echo "${{ inputs.tag }}"
- name: Docker build & push
id: docker_build
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 54e5b63

Please sign in to comment.