mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 01:14:16 +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
|
||||
with:
|
||||
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 }}
|
||||
- name: build
|
||||
run: docker build . -t ${REGISTRY}/${IMAGE}:${TAG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user