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 4f0c33e
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 "${GITHUB_TOKEN}" | docker login ghcr.io --user outpostuniverse --password-stdin

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

0 comments on commit 4f0c33e

Please sign in to comment.