Skip to content

Commit

Permalink
fix(ci): use specific builder image
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Nov 27, 2023
1 parent 529c590 commit 601f4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 1.73

container:
image: "ghcr.io/vadosware/pg_idkit/builder:0.1.x"
image: "ghcr.io/vadosware/pg_idkit/builder:0.1.x@sha256:f74416842bcc03b8d7d5b9078159a51b67280e252de96fd74ee1628759a9e35a"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.DOCKER_BUILDER_IMAGE_PULL_PAT }}
Expand Down

0 comments on commit 601f4d5

Please sign in to comment.