From 0136767fe8d04730d7d5516a7f8f0d2ec4e43c20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:57:19 +0100 Subject: [PATCH] Update stakater/.github action to v0.0.110 (#360) * Update stakater/.github action to v0.0.110 * update * update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karl Johan Grahn --- .github/workflows/pull_request.yaml | 8 ++++---- .github/workflows/push.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 34af8f8a..8864570c 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,17 +7,17 @@ on: jobs: qa: - uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.108 + uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.110 with: MD_CONFIG: .github/md_config.json DOC_SRC: content README.md MD_LINT_CONFIG: .markdownlint.yaml build: - uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.108 + uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.110 with: DOCKER_FILE_PATH: Dockerfile - secrets: CONTAINER_REGISTRY_URL: ghcr.io/stakater + secrets: CONTAINER_REGISTRY_USERNAME: ${{ github.actor }} CONTAINER_REGISTRY_PASSWORD: ${{ secrets.GHCR_TOKEN }} SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} @@ -40,7 +40,7 @@ jobs: - name: Run Docker container for the saap-docs app run: | - docker run -d --name saap-docs -p 8080:8080 ghcr.io/${{ github.repository }}${{ env.IMAGE_PATH }} || exit 1 + docker run -d --name saap-docs -p 8080:8080 ${{ env.IMAGE_PATH }} || exit 1 - name: Build testcafe tests working-directory: ./testcafe diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index c244bf06..b2eb7017 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -7,7 +7,7 @@ on: jobs: push: - uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.108 + uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.110 with: DOCKER_FILE_PATH: Dockerfile RELEASE_BRANCH: main diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0be70f63..cf0df1b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,6 @@ on: jobs: release: - uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.108 + uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.110 secrets: SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}