Skip to content

Commit

Permalink
vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Jun 21, 2024
1 parent a80b0e3 commit a2792a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-terminal-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,22 @@ jobs:
- name: apko login
shell: bash
working-directory: /tmp
working-directory: terminal-images/${{ matrix.image }}
run: |
docker run --rm -v ${PWD}/:/root/ cgr.dev/chainguard/apko login \
"${{ secrets.TERMINAL_REGISTRY_URL }}" \
--password=${{ steps.auth.outputs.access_token }} \
--username="oauth2accesstoken"
- run: ls /tmp/.docker
- run: ls .docker
working-directory: terminal-images/${{ matrix.image }}

- name: apko publish
shell: bash
working-directory: terminal-images/${{ matrix.image }}
run: |
docker run --rm \
-v /tmp/.docker/config.json:/root/.docker/config.json \
-v ${PWD}/.docker/config.json:/root/.docker/config.json \
-v ${PWD}/:/work \
cgr.dev/chainguard/apko publish \
--arch x86_64 apko.yaml \
Expand Down

0 comments on commit a2792a1

Please sign in to comment.