Skip to content

Commit

Permalink
Update docker-test-supervisor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jan 6, 2025
1 parent cf8527a commit 365b064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test-supervisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build Docker Image
id: build-image
run: |
docker build \
docker build -f docker/Dockerfile_Process \
--build-arg UseSupervisor=${{ matrix.use_supervisor }} \
--build-arg LicenseKey=${{ secrets.DOCKER_TEST_AMS_LICENSE_KEY }} \
-t my-docker-image:${{ github.run_id }}-${{ matrix.use_supervisor }} .
Expand Down

0 comments on commit 365b064

Please sign in to comment.