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 57d191d commit 3241c80
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ jobs:
DISTRIB: ${{ matrix.distrib }}
ARTIFACT: ${{ steps.artifact.output.artifact-url }}
run: |
mkdir tmpdocker
cd tmpdocker
echo "COPY artifact.url /"
echo "${ARTIFACT}" > artifact.url
echo "COPY artifact.url /" > tmpdocker/Dockerfile
echo "${ARTIFACT}" > tmpdocker/artifact.url
- uses: docker/build-push-action@v5
with:
tags: ghcr.io/pdidev/pkgs/lastbuild:${{ matrix.distrib }}
context: ./tmpdocker
context: tmpdocker
push: true
merge:
needs: build
Expand Down

0 comments on commit 3241c80

Please sign in to comment.