Skip to content

Commit

Permalink
test(ci): print env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Untermoser committed Jun 16, 2024
1 parent d2a20cf commit 3419acd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-push-cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
images: |
ghcr.io/${{ github.repository }}/cms
- name: Print environment variable
run: echo "CMS_URL is $CMS_URL"

- name: Build and push Docker images
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
Expand Down

0 comments on commit 3419acd

Please sign in to comment.