Skip to content

Commit

Permalink
fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nikooo777 committed Jul 10, 2024
1 parent 7d8932a commit 64217c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken ${{ secrets.COVERALLS_TOKEN }}

- name: Submit coverage report
uses: coverallsapp/github-action@2.3.0
uses: coverallsapp/github-action@v2
with:
file: coverage.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Build docker image
if: ${{ github.ref != 'refs/heads/master' }}
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
push: false
tags: odyseeteam/player-server:${{ env.version }}
Expand Down

0 comments on commit 64217c0

Please sign in to comment.