diff --git a/.github/workflows/deploy-single-docker-image.yml b/.github/workflows/deploy-single-docker-image.yml index 324bbab..9fd552a 100644 --- a/.github/workflows/deploy-single-docker-image.yml +++ b/.github/workflows/deploy-single-docker-image.yml @@ -87,7 +87,7 @@ jobs: id: meta uses: docker/metadata-action@v3 with: - images: ${{ inputs.docker_registry }}/${{ github.repository_owner }}/${{ github.repository }}/${{ inputs.image_name }} + images: ${{ inputs.docker_registry }}/${{ github.repository }}/${{ inputs.image_name }} - name: Set up QEMU uses: docker/setup-qemu-action@v1 with: