Skip to content

Commit

Permalink
chore(ci): pull and inspect base image (#3366) (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Apr 29, 2024
1 parent 54b9232 commit eca10e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/.reusable_test_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pull and inspect base image
timeout-minutes: 5
run: |
docker pull ${{ steps.select-gateway-image.outputs.image }}
docker inspect ${{ steps.select-gateway-image.outputs.image }}
- name: Build and push image
id: build-and-push
env:
Expand Down

0 comments on commit eca10e3

Please sign in to comment.