Update docker creds (#239)

This commit is contained in:
Maycon Santos
2024-09-30 20:07:10 +02:00
committed by GitHub
parent 377a8e658f
commit 17fb9602d3

View File

@@ -21,7 +21,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
username: netbirdio
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
-
name: Docker build and push