aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-05 22:18:08 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-05 22:18:08 +0530
commitad40d6cd7bac2ef964b9c6cbfee7811fb795ff58 (patch)
tree4757ca7745e781061944913353dfe989ce13ad72 /.github/workflows
parent2b7caaa89edf86642498e9401db1239dba93109d (diff)
why am I so dumb?
Diffstat (limited to '.github/workflows')
-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}}