diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 421fdf4..b20b60b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -7,7 +7,7 @@ on: env: REGISTRY: ghcr.io # Best practice to hard-code your GitHub username below in LOWERCASE. - # Update to your own username. + # Update to your own GitHub username. IMAGE_NAME: nmagee/fastapi-demo IMAGE_TAG: 1.${{ github.run_number }} # GITHUB_RUN_NUMBER DOCKER_BUILDKIT: 1