Skip to content

Commit

Permalink
Make image available in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Feb 10, 2024
1 parent ea9da43 commit 66be2bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
load: true
target: test
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},name-canonical=true,push=false
outputs: type=docker,name=${{ env.REGISTRY_IMAGE }},name-canonical=true,push=false
- name: Start database servers
run: |
docker-compose up -d
Expand Down

0 comments on commit 66be2bd

Please sign in to comment.