Update main.yml
This commit is contained in:
parent
204ed73ff6
commit
c79161aa84
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -13,9 +13,9 @@ jobs:
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: registry.steffenillium.de/v2/
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user