Skip to content

Commit

Permalink
Update stakater/.github action to v0.0.97 (#327)
Browse files Browse the repository at this point in the history
* Update stakater/.github action to v0.0.97

* update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Karl Johan Grahn <karl.johan@stakater.com>
  • Loading branch information
renovate[bot] and karl-johan-grahn authored Oct 31, 2024
1 parent 6dcbb7c commit 32f5766
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:

jobs:
qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.96
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.97
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: content
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.96
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.97
with:
DOCKER_FILE_PATH: Dockerfile
secrets:
Expand All @@ -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/stakater/${{ github.repository }}${{ env.IMAGE_PATH }} || exit 1
docker run -d --name saap-docs -p 8080:8080 ghcr.io/${{ github.repository }}${{ env.IMAGE_PATH }} || exit 1
- name: Build testcafe tests
working-directory: ./testcafe
Expand All @@ -49,4 +49,4 @@ jobs:
- name: Run Docker container to run tests
run: |
docker run --rm --network="host" --name myapp-testcafe-container testcafe-tests:latest
docker run --rm --network="host" --name myapp-testcafe-container testcafe-tests:latest
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.96
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.97
with:
DOCKER_FILE_PATH: Dockerfile
RELEASE_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
release:
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.96
uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.97
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}

0 comments on commit 32f5766

Please sign in to comment.