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 ec6b71b commit f5541ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,6 @@ 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 f5541ec

Please sign in to comment.