Skip to content

Commit

Permalink
ci: fix create release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiotejon committed Jan 9, 2024
1 parent 6b14a39 commit 27135c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:

jobs:
test:
name: Run tests for docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -28,6 +29,7 @@ jobs:
build-and-push-image:
runs-on: ubuntu-latest
name: Build and push Docker image
needs: test
permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
name: Run tests for binaries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27135c5

Please sign in to comment.