Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Log the container images in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 22, 2021
1 parent bb1e0ae commit c3bffc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
done
sh +x
- name: Log local Docker images
run: docker images

- name: Log local Podman images
run: podman images

- name: Push to GitHub Container Registry
id: push-to-ghcr
uses: redhat-actions/push-to-registry@v2.3.1
Expand Down

0 comments on commit c3bffc5

Please sign in to comment.