Skip to content

Commit

Permalink
try haakonsauce
Browse files Browse the repository at this point in the history
  • Loading branch information
willosof committed Dec 2, 2023
1 parent ce4d3af commit c205b0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
name: Build and push production image
steps:
- uses: actions/checkout@v3
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.GHCR_SECRET }}" | docker login ghcr.io -u ${{ secrets.GHCR_USER }} --password-stdin
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: bitfocus/companion-worker-modules
registry: ghcr.io
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_SECRET }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
tags: latest

0 comments on commit c205b0a

Please sign in to comment.