mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Actually push to GHCR 🤦♂️
This commit is contained in:
parent
cbee5b3b4a
commit
c97afbe081
1 changed files with 2 additions and 2 deletions
4
.github/workflows/indiekit-docker.yml
vendored
4
.github/workflows/indiekit-docker.yml
vendored
|
@ -35,12 +35,12 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GHCR_PUBLISH_PAT }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Extract metadata for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: by-jp/www.byjp.me
|
||||
images: ghcr.io/by-jp/www.byjp.me
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Reference in a new issue