mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-12-08 14:02:42 +01:00
Add support for ghcr.io
This commit is contained in:
7
.github/workflows/image.yml
vendored
7
.github/workflows/image.yml
vendored
@@ -27,6 +27,13 @@ jobs:
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{github.actor}}
|
||||
password: ${{secrets.PAT_TOKEN}}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/bake-action@v2.3.0
|
||||
|
||||
Reference in New Issue
Block a user