fix(workflows): fixed some things
This commit is contained in:
parent
dfd627a67f
commit
0bdb6564e6
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,6 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: coastalcommits.com/seaswimmerthefsh/seacogs-docs:latest
|
tags: coastalcommits.com/seaswimmerthefsh/seacogs-docs:latest
|
||||||
- name: Update Portainer stack
|
- name: Update Portainer stack
|
||||||
uses: actions/http@master
|
uses: actions/http@v1
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.PORTAINER_WEBHOOK }}
|
url: ${{ secrets.PORTAINER_WEBHOOK }}
|
||||||
|
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
cache: 'poetry'
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: curl -sSL https://cdn.seaswimmer.cc/go/poetry | python${{ matrix.python-version }} -
|
run: curl -sSL https://cdn.seaswimmer.cc/go/poetry | python${{ matrix.python-version }} -
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in a new issue