ci/cd
This commit is contained in:
parent
ba4ee42c34
commit
fdb21c98c2
1 changed files with 5 additions and 5 deletions
|
@ -17,11 +17,11 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build and test
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
target: test
|
||||
load: true
|
||||
# - name: Build and test
|
||||
# uses: docker/build-push-action@v6
|
||||
# with:
|
||||
# target: test
|
||||
# load: true
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
Loading…
Add table
Reference in a new issue