Skip to content

Commit

Permalink
add workflow entry for building the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Nov 24, 2023
1 parent 8b797e8 commit 9f4cee2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests_and_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ jobs:
TESTING_MYSQLHOST: 'localhost'
TESTING_MYSQLPORT: '3800'

docker-buildable:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the image
run: |
docker build . --tag ghcr.io/thearyadev/top500-aggregator:latest
build_and_publish:
runs-on: ubuntu-latest
needs: tests
Expand Down

0 comments on commit 9f4cee2

Please sign in to comment.