This commit is contained in:
Akis 2023-01-25 19:18:31 +02:00
parent 07c0cc4a69
commit 926890b324
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: 'Build:dockerimage' - name: 'Build:dockerimage'
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
tags: ghcr.io/ProjectSegfault/website:dev tags: ghcr.io/projectsegfault/website:dev
context: "." context: "."
push: true push: true
no-cache: true no-cache: true

View File

@ -24,13 +24,13 @@ jobs:
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: akisblack username: ProjectSegfault
password: ${{ secrets.ACCESS_TOKEN }} password: ${{ secrets.ACCESS_TOKEN }}
- name: 'Build:dockerimage' - name: 'Build:dockerimage'
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
tags: ghcr.io/akisblack/website:latest tags: ghcr.io/projectsegfault/website:latest
context: "." context: "."
push: true push: true
no-cache: true no-cache: true