diff --git a/app/.github/workflows/docker-image.yml b/app/.github/workflows/docker-image.yml index 01f4726..95a7467 100644 --- a/app/.github/workflows/docker-image.yml +++ b/app/.github/workflows/docker-image.yml @@ -1,5 +1,5 @@ # .github/workflows/docker-image.yml -name: Docker Image CI +name: Docker Image CI on: push: branches: @@ -32,4 +32,4 @@ jobs: push: true tags: | ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:latest - ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:${{ github.sha }} \ No newline at end of file + ghcr.io/${{ github.repository_owner }}/getting-started-with-Docker-and-Build-Pipeline:${{ github.sha }}