Skip to content

Commit

Permalink
docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Feb 13, 2024
1 parent 84e2137 commit 85c84b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
run: sbt server/assembly

- name: Build the Docker image
run: docker build -t absaoss/atum-service:latest \
--build-arg CONFIG=./src/main/resources/reference.conf \
--build-arg SSL=false ./
run: docker buildx build --platform linux/amd64 -t absaoss/atum-service:latest --build-arg CONFIG=./src/main/resources/reference.conf --build-arg SSL=false ./

- name: Run the Docker image
run: docker run -d -p 8080:8080 absaoss/atum-service:latest
Expand Down

0 comments on commit 85c84b2

Please sign in to comment.