Skip to content

Commit

Permalink
Notification + diff
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 committed Oct 17, 2024
1 parent d5b08dc commit 6da6539
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ jobs:
tags: ${{ join(matrix.tags) }}
platforms: ${{ join(matrix.platforms) }}

- name: Verify local image exists
run: |
# Get the image tag from the matrix
IMAGE_TAG=${{ matrix.tags[0] }}
# List local Docker images to confirm the image exists
docker images
- name: Current image report
run: |
CURRENT_TAG=${{ matrix.tags[0] }}
Expand Down

0 comments on commit 6da6539

Please sign in to comment.