Update env variable
Some checks failed
Main / build-and-push-docker-image (20.x) (pull_request) Failing after 16s
Some checks failed
Main / build-and-push-docker-image (20.x) (pull_request) Failing after 16s
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -7,8 +7,8 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: gitea.lucids-cove.duckdns.org
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: no-twitter-bot
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push-docker-image:
|
build-and-push-docker-image:
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ env.HUB_USER }}
|
username: ${{ secrets.HUB_USER }}
|
||||||
password: ${{ secrets.HUB_TOKEN }}
|
password: ${{ secrets.HUB_TOKEN }}
|
||||||
- name: "Setup Docker buildx"
|
- name: "Setup Docker buildx"
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user