Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Nov 26, 2024
1 parent 0ed713b commit 31cc013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
DISTRIB: ${{ matrix.distrib }}
ARTIFACT: ${{ steps.artifact.output.artifact-url }}
run: |
echo artifact-url: "${ARTIFACT}
echo artifact-url: "${ARTIFACT}"
echo "${ARTIFACT}" > artifact.url
tar -c artifact.url | docker import - ghcr.io/pdidev/pkgs/lastbuild:${DISTRIB}
docker push ghcr.io/pdidev/pkgs/lastbuild:${DISTRIB}
Expand Down

0 comments on commit 31cc013

Please sign in to comment.