Skip to content

Commit

Permalink
ci(build-docker): install curl and jq before creating image summary
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Aug 13, 2023
1 parent 6e7b137 commit 14a0b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
printf "%s\n" "Hello World!"
- name: Docker Build Summary [${{ matrix.os }}]
run: |-
sudo apt install -y curl jq
ORG_IMAGE="${{ secrets.DOCKERHUB_USERNAME }}/${IMAGE_NAME}"
TOKEN="$(curl "https://auth.docker.io/token?service=registry.docker.io&scope=repository:vpayno/${ORG_IMAGE}:pull" | jq -r .access_token)"
{
Expand Down

0 comments on commit 14a0b05

Please sign in to comment.