Skip to content

Commit

Permalink
Test release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alperencelik committed Jan 7, 2024
1 parent 1805fad commit 1ab83ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Set environment variables
run: |
echo "BUILD_IMAGE=golang:1.21" >> $GITHUB_ENV
Expand Down

0 comments on commit 1ab83ec

Please sign in to comment.