Skip to content

Commit

Permalink
udpate image
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhul Sachdeva committed Jul 1, 2024
1 parent ab8244b commit 91fd4a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
with:
context: .
push: true
tags: msachdeva/xz-repo:latest
tags: msachdeva/xz-repo:dta

- name: Manifest Generation
run: |
Expand All @@ -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 }}"
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 91fd4a9

Please sign in to comment.