Skip to content

Commit

Permalink
updated CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Sep 19, 2024
1 parent e1764d3 commit 66aa0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
test:
name: Unit tests
if: false # delete this line to enable automatic testing
if: False
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

# Here, we want to do the docker build twice:
# The first build pushes to our local registry for testing.
# The second build pushes to Docker Hub and ghcr.io
# The second build pushes to Docker Hub and ghcr.io
- name: Build (local only)
uses: docker/build-push-action@v3
id: docker_build
Expand Down Expand Up @@ -179,4 +179,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
short-description: ${{ steps.upload.outputs.title }}
readme-filepath: ./README.md
readme-filepath: ./README.md

0 comments on commit 66aa0a1

Please sign in to comment.