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