Skip to content

Commit

Permalink
Set target to test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Feb 9, 2024
1 parent 132dfe9 commit ba3402b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:
- main

env:
REGISTRY_IMAGE: laudio/pyodbc
REGISTRY_IMAGE: laudio/pyodbc:test

jobs:
build:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -42,6 +42,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
target: test
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},name-canonical=true,push=false
Expand Down

0 comments on commit ba3402b

Please sign in to comment.