Skip to content

Commit

Permalink
ci: add login-action to docker hub
Browse files Browse the repository at this point in the history
Signed-off-by: Djalal Harouni <[email protected]>
  • Loading branch information
tixxdz authored and kkourt committed Oct 17, 2023
1 parent 7e4114f commit f07f3ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/packages-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
id: tag
run: echo "tag=$(make version)" >> $GITHUB_OUTPUT

- name: Login to Docker Hub
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME_CI }}
password: ${{ secrets.DOCKER_HUB_PASSWORD_CI }}

- name: Generate Tetragon Tarball
id: tetragon-tarball
run: make tarball
Expand Down

0 comments on commit f07f3ca

Please sign in to comment.