diff --git a/.github/workflows/publish-ghrc.yml b/.github/workflows/publish-ghrc.yml index 825e238..6dc5ed2 100644 --- a/.github/workflows/publish-ghrc.yml +++ b/.github/workflows/publish-ghrc.yml @@ -14,5 +14,5 @@ jobs: - name: Build and push the image run: | echo "${{ secrets.GH_WFLOW_DI }}" | docker login ghcr.io -u suriya-mca --password-stdin - docker build . -t ghcr.io/suriya-mca/qrcode:v0.0.1 - docker push ghcr.io/suriya-mca/qrcode:v0.0.1 \ No newline at end of file + docker build . -t ghcr.io/suriya-mca/qrcode:v0.0.2 + docker push ghcr.io/suriya-mca/qrcode:v0.0.2 \ No newline at end of file