diff --git a/.github/workflows/ci_docker.yml b/.github/workflows/ci_docker.yml index 939bbc2..7e7be7a 100644 --- a/.github/workflows/ci_docker.yml +++ b/.github/workflows/ci_docker.yml @@ -24,7 +24,7 @@ on: jobs: build-and-push-docker-debian-image: - name: Build Docker image and push to repositories + name: Build Docker Bullseye image and push to repositories # run only when code is compiling and tests are passing runs-on: ubuntu-latest @@ -63,7 +63,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GHCR_IO_TOKEN }} - - name: "qr_reader: Build image and push to Docker Hub and GitHub Container Registry" + - name: "Build image and push to Docker Hub and GitHub Container Registry" id: docker_build_qr_reader_latest uses: docker/build-push-action@v3 with: @@ -89,7 +89,7 @@ jobs: echo "extract_otp_secrets: ${{ steps.docker_build_qr_reader_latest.outputs.digest }}" build-and-push-docker-alpine-image: - name: Build Docker image and push to repositories + name: Build Docker Alpine image and push to repositories # run only when code is compiling and tests are passing runs-on: ubuntu-latest diff --git a/README.md b/README.md index 3a598a3..e5645a3 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ python src/extract_otp_secrets.py example_export.txt 1. Download executable for your platform from [latest release](https://github.com/scito/extract_otp_secrets/releases/latest), see assets 2. Start executable by clicking or from command line -✅ Everything is just packed in one executable. -✅ No installation needed, neither Python nor dependencies have to be installed. +✅ Everything is just packed in one executable. +✅ No installation needed, neither Python nor dependencies have to be installed. ✅ Easy and convenient ### Run as script (recommend for developers or advanced users)