From c205b0aae349a1b26191b69323d321f6561a2cb2 Mon Sep 17 00:00:00 2001 From: William Viker Date: Sat, 2 Dec 2023 16:08:58 +0100 Subject: [PATCH] try haakonsauce --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88c6e16..963c852 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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