mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 04:24:14 +02:00
simplifying credentials
This commit is contained in:
parent
ec22a48000
commit
f9dd7b125f
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: registry.digitalocean.com
|
registry: registry.digitalocean.com
|
||||||
username: ${{ secrets.DIGITAL_OCEAN_IMAGE_REPO_USER }}
|
username: ${{ secrets.DIGITAL_OCEAN_IMAGE_REPO_TOKEN }}
|
||||||
password: ${{ secrets.DIGITAL_OCEAN_IMAGE_REPO_TOKEN }}
|
password: ${{ secrets.DIGITAL_OCEAN_IMAGE_REPO_TOKEN }}
|
||||||
- name: build
|
- name: build
|
||||||
run: docker build . -t ${REGISTRY}/${IMAGE}:${TAG}
|
run: docker build . -t ${REGISTRY}/${IMAGE}:${TAG}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user