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 31cc013 commit dad2f10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
DISTRIB: ${{ matrix.distrib }}
ARTIFACT: ${{ steps.artifact.output.artifact-url }}
run: |
echo artifact-url: "${ARTIFACT}"
echo artifact-url: "${ARTIFACT}"
echo artifact-url2: "${{ steps.artifact.output.artifact-url }}"
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 dad2f10

Please sign in to comment.