Skip to content

Commit

Permalink
redo pr
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkeyFlo committed Feb 7, 2024
1 parent df8990a commit c617374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [[ "${{ github.event_name }}" = "release" ]]; then
target="ps5-mqtt"
fi
echo "::set-output name=target::${target}"
echo "target=${target}" >> $GITHUB_OUTPUT
- name: ⏭ Copy add-on files
run: |
cp add-ons/common/Dockerfile add-ons/${{ steps.prepare.outputs.target }}
Expand All @@ -64,8 +64,8 @@ jobs:
version="${version#v}"
environment="stable"
fi
echo "::set-output name=environment::${environment}"
echo "::set-output name=version::${version}"
echo "environment=${environment}" >> $GITHUB_OUTPUT
echo "version=${version}" >> $GITHUB_OUTPUT
deploy:
name: 👷 Build & Deploy ${{ matrix.arch }}
Expand Down

0 comments on commit c617374

Please sign in to comment.