Skip to content

Commit

Permalink
workflows: update to latest deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored Jan 26, 2024
1 parent f521193 commit 1f097bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy BlueOS Extension
uses: BlueOS-community/Deploy-BlueOS-Extension@v1
uses: BlueOS-community/Deploy-BlueOS-Extension@v1.0.1
with:
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 1f097bc

Please sign in to comment.