Update main.yml

This commit is contained in:
Steffen Illium 2024-03-28 19:57:24 +01:00
parent 8f3e8bb046
commit f840ed0540

View File

@ -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