Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 3c5b996 commit c4f58db
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/reusable-workflow-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,18 @@ jobs:
echo "Building image: $REGISTRY/$IMAGE_NAME:$IMAGE_TAG"
podman build --platform linux/$PLATFORM -t $REGISTRY/$IMAGE_NAME:$IMAGE_TAG $DOCKER_DIR
# - name: Push Container Image
# run: |
# echo "Pushing image: $REGISTRY/$IMAGE_NAME:$IMAGE_TAG"
# podman push $REGISTRY/$IMAGE_NAME:$IMAGE_TAG
- name: Push Container Image
run: |
echo "Pushing image: $REGISTRY/$IMAGE_NAME:$IMAGE_TAG"
podman push $REGISTRY/$IMAGE_NAME:$IMAGE_TAG
- name: List local images
- name: Pull images
run: |
podman pull docker.io/library/ubuntu:22.04
podman pull $REGISTRY/$IMAGE_NAME:$IMAGE_TAG
- name: List images
run: |
podman image ls
- name: Check ubuntu image with Trivy
Expand Down

0 comments on commit c4f58db

Please sign in to comment.