Skip to content

Commit

Permalink
Updated branch
Browse files Browse the repository at this point in the history
Fixed e2e tests
  • Loading branch information
SophieOHagan99 committed Apr 30, 2024
1 parent 233f806 commit 7798c39
Show file tree
Hide file tree
Showing 15 changed files with 225 additions and 372 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/anchore-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- master
paths-ignore:
- "python/**"
workflow_dispatch:

env:
IMAGE_NAME_STUB: "digital-form-builder-dluhc-"
Expand All @@ -30,9 +31,9 @@ jobs:
# see https://github.com/satackey/action-docker-layer-caching/issues/55
# ATM solution is to change keys periodically to avoid the dangling layers
# for that just increase the number you see in key and restore-keys below (same number in both keys).
key: digital-form-builder-1-{hash}
key: digital-form-builder-2-{hash}
restore-keys: |
digital-form-builder-1
digital-form-builder-2
- name: Docker compose build
run: |
LAST_TAG='${{ github.run_number }}-rc'
Expand Down Expand Up @@ -69,9 +70,9 @@ jobs:
# see https://github.com/satackey/action-docker-layer-caching/issues/55
# ATM solution is to change keys periodically to avoid the dangling layers
# for that just increase the number you see in key and restore-keys below (same number in both keys).
key: digital-form-builder-1-{hash}
key: digital-form-builder-2-{hash}
restore-keys: |
digital-form-builder-1
digital-form-builder-2
- name: Docker compose build
run: |
LAST_TAG='${{ github.run_number }}-rc'
Expand Down
Loading

0 comments on commit 7798c39

Please sign in to comment.