Skip to content

Commit

Permalink
OXDEV-7713: Add docker login to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 16, 2024
1 parent b6fc57c commit 53ef209
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,12 @@ jobs:
installation-${{ github.sha }}-${{ join(inputs.*, '-') }}-${{ github.run_number }}-${{ github.run_attempt }}
installation-${{ github.sha }}-${{ join(inputs.*, '-') }}-${{ github.run_number }}
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Start containers
run: |
make file=services/selenium-chrome.yml addservice
Expand Down

0 comments on commit 53ef209

Please sign in to comment.