There was an error while loading. Please reload this page.
1 parent b77b6a0 commit 91a8417Copy full SHA for 91a8417
2 files changed
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-22.04
18
steps:
19
- name: Build and push to ECR
20
- uses: citizensadvice/build-and-push-action@v2
+ uses: citizensadvice/build-and-push-action@be6164e42eb03fee4e31e49b0e202a77d164d6d5
21
with:
22
aws_access_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_KEY }}
23
aws_secret_key: ${{ secrets.PUBLIC_PUSH_ECR_AWS_SECRET }}
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Git Checkout
14
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
15
- name: Build
16
run: |
docker build -t postcoder .
0 commit comments