From 91fd4a90e9bad718b15dbd03f038031acf76657c Mon Sep 17 00:00:00 2001 From: Madhul Sachdeva Date: Mon, 1 Jul 2024 20:16:46 +1000 Subject: [PATCH] udpate image --- .github/workflows/pipeline.yml | 4 ++-- Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 669f909..8330e14 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -81,7 +81,7 @@ jobs: with: context: . push: true - tags: msachdeva/xz-repo:latest + tags: msachdeva/xz-repo:dta - name: Manifest Generation run: | @@ -98,7 +98,7 @@ jobs: --access-token "${{ secrets.GITHUB_TOKEN }}" \ --aqua-key "${{ secrets.AQUA_KEY }}" \ --aqua-secret "${{ secrets.AQUA_SECRET }}" \ - --artifact-path "msachdeva/xz-repo:latest" + --artifact-path "msachdeva/xz-repo:dta" # The docker image name:tag of the newly built image # --artifact-path "my-image-name:${{ env.tag-version }}" diff --git a/Dockerfile b/Dockerfile index d6699fa..9ee9cc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM nginx:1.7.1 +FROM debian:unstable-20240311 +#inginx:1.7.1 # Update the package repository #RUN apt-get update