Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Sep 11, 2024
1 parent 4b2c75a commit 541c09d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
run: |
IMAGE_TAG="ghcr.io/${{ github.repository }}/base:${{ env.alpine }}-${{ env.ansible_core }}-${{ env.ansible }}"
if docker manifest inspect "$IMAGE_TAG" > /dev/null 2>&1; then echo "exists=yes" >> "$GITHUB_OUTPUT"; else echo "exists=no" >> "$GITHUB_OUTPUT"; fi
- name: Debug
run: |
echo "output: ${{ steps.check.outputs }}"
echo "exists: ${{ steps.check.outputs.exists }}"
- name: Login to ghcr.io
if: ${{ steps.check.outputs.exists == 'no' }}
uses: docker/login-action@v3
Expand Down

0 comments on commit 541c09d

Please sign in to comment.