Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wael-sadek committed Oct 2, 2024
1 parent 3ccebc8 commit 42cca1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
id: meta
run: |
echo "tag=$(head -1 | cut -d: -f2)" >> "$GITHUB_OUTPUT"
echo "tag=$(head -1 tofutf | cut -d: -f2)" >> "$GITHUB_OUTPUT"
- name: test
run: ${{ steps.meta.outputs.tag }}
# - name: Build and push Docker image
Expand Down

0 comments on commit 42cca1c

Please sign in to comment.