Skip to content

Commit

Permalink
chore: release docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBeucher committed Dec 27, 2023
1 parent 32c148a commit 1ae3eb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable

- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: download novops artifacts
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 1ae3eb6

Please sign in to comment.