Skip to content

Commit

Permalink
Update docker creds (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Sep 30, 2024
1 parent 2fd60b2 commit e27f85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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: Install OS build dependencies
run: sudo apt update && sudo apt install -y -q gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
Expand Down

0 comments on commit e27f85b

Please sign in to comment.