diff --git a/.github/workflows/publish-keria.yml b/.github/workflows/publish-keria.yml index 62f0f7bf..0a5bd358 100644 --- a/.github/workflows/publish-keria.yml +++ b/.github/workflows/publish-keria.yml @@ -1,4 +1,3 @@ - name: Publish Docker image on: @@ -24,7 +23,7 @@ jobs: id: meta uses: docker/metadata-action@v4 with: - images: WebOfTrust/keria + images: weboftrust/keria - name: Set up Docker buildx id: buildx @@ -45,8 +44,8 @@ jobs: file: images/keria.dockerfile push: true tags: | - WebOfTrust/keria:${{ github.event.inputs.version }} - WebOfTrust/keria:latest + weboftrust/keria:${{ github.event.inputs.version }} + weboftrust/keria:latest labels: ${{ github.event.inputs.version }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max @@ -54,4 +53,4 @@ jobs: - name: Move Docker cache run: | rm -rf /tmp/.buildx-cache - mv /tmp/.buildx-cache-new /tmp/.buildx-cache \ No newline at end of file + mv /tmp/.buildx-cache-new /tmp/.buildx-cache