Skip to content

Commit

Permalink
ci: debug vars
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Nov 19, 2024
1 parent a4c7088 commit c8c0153
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: debug vars
run: env

- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit c8c0153

Please sign in to comment.