Update main.yml
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -32,14 +32,13 @@ jobs:
|
|||||||
- name: Login to GitHub Container Registry
|
- name: Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: registry.steffenillium.de/v2/
|
registry: ghcr.io
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64 # ,linux/arm64
|
platforms: linux/amd64 # ,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: registry.steffenillium.de/steffen/website
|
tags: ghcr.io/illiumst/website
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user