This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: gitea.ref == 'refs/heads/develop'
|
if: gitea.ref == 'refs/heads/develop'
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# - name: Set up Docker Buildx
|
# - name: Set up Docker Buildx
|
||||||
# uses: https://github.com/docker/setup-buildx-action@v3
|
# uses: https://github.com/docker/setup-buildx-action@v3
|
||||||
# with:
|
# with:
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
# http = true
|
# http = true
|
||||||
# insecure = true
|
# insecure = true
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: https://github.com/docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.apple.com/piedss/locust-2:2.7.0.6
|
FROM locustio/locust:2.37.1
|
||||||
|
|
||||||
RUN mkdir -p /home/locust/tests/
|
RUN mkdir -p /home/locust/tests/
|
||||||
ADD test_example.py /home/locust/tests/
|
ADD test_example.py /home/locust/tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user