Update main.yml
This commit is contained in:
parent
8f3e8bb046
commit
f840ed0540
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -32,14 +32,13 @@ 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 }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64 # ,linux/arm64
|
||||
push: true
|
||||
tags: registry.steffenillium.de/steffen/website
|
||||
|
||||
tags: ghcr.io/illiumst/website
|
||||
|
Loading…
x
Reference in New Issue
Block a user