From c6f6b028329d47e2e892864f03a110ab677884a1 Mon Sep 17 00:00:00 2001 From: William Viker Date: Sat, 2 Dec 2023 15:38:35 +0100 Subject: [PATCH] oal>ghcr fix --- .github/workflows/build.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48e87a4..45ff926 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Publish production docker image on: push: tags: - - "v*" + - 'v*' jobs: build: runs-on: ubuntu-latest @@ -11,13 +11,9 @@ jobs: - uses: actions/checkout@v2 - name: Publish to Registry uses: elgohr/Publish-Docker-Github-Action@master - env: - SSH_KEY: ${{ secrets.GH_SSH_KEY }} with: - name: bitfocus/companion-worker-modules - registry: docker.oal.no - username: ${{ secrets.OALDOCKER_USERNAME }} - password: ${{ secrets.OALDOCKER_PASSWORD }} - workdir: ./ - tag_semver: true - buildargs: SSH_KEY + name: companion-worker-modules + registry: ghcr.io/bitfocus + username: ${{ secrets.GHCR_USER }} + password: ${{ secrets.GHCR_SECRET }} + tags: latest