Skip to content

Commit

Permalink
add creds for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Григорий Севергин committed Oct 31, 2024
1 parent 37822a6 commit 15d9c03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
options: --name main-container
credentials:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 15d9c03

Please sign in to comment.