Skip to content

Commit

Permalink
ci:tarball-release: remove unnecessary step and docker hub login
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 f07f3ca commit 8594526
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-images-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,16 @@ jobs:
fetch-depth: 0
submodules: true

- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0

- name: Getting version tag
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
run: make tarball-release

Expand Down

0 comments on commit 8594526

Please sign in to comment.