Skip to content

Commit

Permalink
fix: uses from root
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristopher committed Dec 4, 2024
1 parent 6e4db86 commit 8120ffa
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 @@ -35,7 +35,7 @@ jobs:
run: echo "DATE_STAMP=$(date +%s)" > "$GITHUB_ENV"

- name: Build and push Docker images
uses: ./../actions/nixpacks
uses: ./.github/actions/nixpacks
with:
push: true
cache: true
Expand Down

0 comments on commit 8120ffa

Please sign in to comment.