Skip to content

Commit

Permalink
debug(ci): explicit docker pull
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 70982ff commit 8a16028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: docker pull ghcr.io/vadosware/pg_idkit/base-pkg:pg15.5-alpine3.18-amd64

- name: build & push container image
run: just build-image push-image
env:
Expand Down

0 comments on commit 8a16028

Please sign in to comment.