aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Docker-Build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Docker-Build.yaml b/.github/workflows/Docker-Build.yaml
index d0a5fe9..73c52fb 100644
--- a/.github/workflows/Docker-Build.yaml
+++ b/.github/workflows/Docker-Build.yaml
@@ -28,6 +28,6 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
- tags: user/app:latest
+ tags: navanchauhan/saas-in-a-flask:latest
- name: Image Digest
run: echo ${{ steps.docker_build.outputs.digest}}