Skip to content

Commit

Permalink
fix(ci): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 16, 2023
1 parent dd9e838 commit 516ce55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
cache-to: type=inline
labels: ${{ steps.meta.outputs.labels }}

- name: Debug Vars
run: |
echo ${{ env.IMAGE_NAMESPACE }}
echo ${{ env.IMAGE_TEMPLATE }}
echo ${{ env.IMAGE_TAG }}
- name: 🧪 Test Docker image with "latest" tag
run: IMAGE_TAG=${{ env.IMAGE_TAG }} make test

Expand Down

0 comments on commit 516ce55

Please sign in to comment.