Skip to content

Commit

Permalink
Merge pull request #9 from alperencelik/fix-ci
Browse files Browse the repository at this point in the history
Fix CI with removing docker test
  • Loading branch information
alperencelik authored Oct 19, 2023
2 parents 13462b4 + 34eb1f3 commit 418e7de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and export to Docker
uses: docker/build-push-action@v5
with:
context: .
load: true
tags: ${{ env.TEST_TAG }}
- name: Test
run: |
docker run --rm ${{ env.TEST_TAG }}
- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 418e7de

Please sign in to comment.