Skip to content

Commit

Permalink
login to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Feb 8, 2024
1 parent 2775d1c commit ca41c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ runs:
- name: Git clean
shell: bash
run: git clean -f
- name: Login to Docker
shell: bash
run: |
echo $DOCKER_TOKEN | docker login --username $DOCKER_USERNAME --password-stdin
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit ca41c4c

Please sign in to comment.