mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 17:42:02 +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'
|
- 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
|
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user