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 3aa7cdf commit 7634a0e
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 @@ -23,4 +23,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 7634a0e

Please sign in to comment.