Skip to content

Commit

Permalink
Add Docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Aug 16, 2024
1 parent 899b299 commit 61ceefb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:

- run: make -C docker build-image-${{ matrix.platform }}

- name: Docker login
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io --username "${{ github.actor }}" --password-stdin

- run: make -C docker push-image-${{ matrix.platform }}

0 comments on commit 61ceefb

Please sign in to comment.