Skip to content

Commit

Permalink
Merge pull request #121 from dataforgoodfr/rs/fix-ghcr-build
Browse files Browse the repository at this point in the history
Fix build issue in gitAction
  • Loading branch information
RonanMorgan authored Mar 17, 2024
2 parents 79de418 + 67e3a35 commit 28b3241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
registry: ghcr.io
username: RonanMorgan
password: ${{ secrets.WRITE_PACKAGE_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit 28b3241

Please sign in to comment.