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 c53ac15 commit fd9e4ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ jobs:
name: ${{ matrix.distrib }}
path: ./${{ matrix.distrib }}
- uses: docker/login-action@v3
with: { registry: "ghcr.io" }
- name: Build and upload artifact descriptor container
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare artifact descriptor container
env:
DISTRIB: ${{ matrix.distrib }}
ARTIFACT: ${{ steps.artifact.output.artifact-url }}
Expand All @@ -59,7 +62,6 @@ jobs:
cd tmpdocker
echo "COPY artifact.url /"
echo "${ARTIFACT}" > artifact.url
docker build -t ${DISTRIB} .
- uses: docker/build-push-action@v5
with:
tags: ghcr.io/pdidev/pkgs/lastbuild:${{ matrix.distrib }}
Expand Down

0 comments on commit fd9e4ef

Please sign in to comment.