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]
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
REGISTRY: gitea.lucids-cove.duckdns.org
|
||||
IMAGE_NAME: no-twitter-bot
|
||||
|
||||
jobs:
|
||||
build-and-push-docker-image:
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ env.HUB_USER }}
|
||||
username: ${{ secrets.HUB_USER }}
|
||||
password: ${{ secrets.HUB_TOKEN }}
|
||||
- name: "Setup Docker buildx"
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
Reference in New Issue
Block a user