Skip to content

Commit

Permalink
chore(build): change docker authentication to access token
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Mar 8, 2023
1 parent 32fe1eb commit b4fc272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development-docker.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Populate build variables
id: get_vars
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Populate build variables
id: get_vars
Expand Down

0 comments on commit b4fc272

Please sign in to comment.