From e838b0fa9a65f48c11e234689e0eae4a87f0b46f Mon Sep 17 00:00:00 2001 From: "Luke Tainton (ltainton)" Date: Mon, 27 Nov 2023 13:52:28 +0000 Subject: [PATCH 1/2] fix(ci): wait for Docker build before updating Portainer --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6518806..94c9b22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: tag: ${{ steps.tag_version.outputs.new_tag }} name: ${{ steps.tag_version.outputs.new_tag }} body: ${{ steps.tag_version.outputs.changelog }} - + publish: name: GitHub Container Registry runs-on: ubuntu-latest @@ -42,10 +42,11 @@ jobs: deploy: name: Update Portainer Deployment runs-on: ubuntu-latest + needs: publish steps: - uses: fjogeleit/http-request-action@v1 with: url: ${{ secrets.PORTAINER_WEBHOOK_URL }} method: POST timeout: 30000 - preventFailureOnNoResponse: 'true' + preventFailureOnNoResponse: "true" -- 2.45.2 From 88096c8166ec7f02fc603ae246d55ea46d84663d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:54:31 +0000 Subject: [PATCH 2/2] fix(deps): update dependency platformdirs to v4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 900848b..d41dc34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ mypy-extensions==1.0.0 nodeenv==1.8.0 packaging==23.2 pathspec==0.11.2 -platformdirs==3.11.0 +platformdirs==4.0.0 pluggy==1.3.0 py==1.11.0 pycodestyle==2.11.1 -- 2.45.2