Skip to content

Commit

Permalink
fix: Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jimisola committed Feb 26, 2024
1 parent 75e9cc6 commit 6d2aa82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish..yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4


- name: Cat Dockerfile
run: cat Dockerfile

# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
Expand Down

0 comments on commit 6d2aa82

Please sign in to comment.