Skip to content

Commit

Permalink
Merge pull request #3 from makeopensource/ci/cd
Browse files Browse the repository at this point in the history
fixed release workflow
  • Loading branch information
RA341 authored Sep 26, 2024
2 parents 789f7fb + 9345538 commit af77d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ github.repository }}/leviathan:${{ steps.tagName.outputs.tag }}

tags: ${{ github.repository }}:beta

# if the binary needs to built directly
# - name: Set up Go
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ github.repository }}/leviathan:${{ steps.tagName.outputs.tag }}

tags: ${{ github.repository }}:${{ steps.tagName.outputs.tag }}

# if the binary needs to built directly
# - name: Set up Go
Expand Down

0 comments on commit af77d0b

Please sign in to comment.