From 9dafd42a9231af39a2ab4a84f5c624522a7d97f2 Mon Sep 17 00:00:00 2001 From: Andy Clemenko Date: Wed, 17 Apr 2024 15:06:15 -0400 Subject: [PATCH] cleaning the workflow --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88a12c7..e2594bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,3 +31,10 @@ jobs: context: flask_simple/. push: true tags: clemenko/flask_simple:latest + - + name: Build and push + uses: docker/build-push-action@v5 + with: + context: dzver/. + push: true + tags: clemenko/dzver:latest \ No newline at end of file