mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
you love
This commit is contained in:
parent
07c0cc4a69
commit
926890b324
2
.github/workflows/docker-dev.yml
vendored
2
.github/workflows/docker-dev.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: 'Build:dockerimage'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
tags: ghcr.io/ProjectSegfault/website:dev
|
||||
tags: ghcr.io/projectsegfault/website:dev
|
||||
context: "."
|
||||
push: true
|
||||
no-cache: true
|
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -24,13 +24,13 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: akisblack
|
||||
username: ProjectSegfault
|
||||
password: ${{ secrets.ACCESS_TOKEN }}
|
||||
|
||||
- name: 'Build:dockerimage'
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
tags: ghcr.io/akisblack/website:latest
|
||||
tags: ghcr.io/projectsegfault/website:latest
|
||||
context: "."
|
||||
push: true
|
||||
no-cache: true
|
Loading…
Reference in New Issue
Block a user