Skip to content

Commit

Permalink
Merge pull request #11 from nhi-vanye/ci
Browse files Browse the repository at this point in the history
Call CI actions directly
  • Loading branch information
nhi-vanye authored Nov 1, 2023
2 parents f1b8e2b + f25adf4 commit 684f760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: ./scripts/build-image.sh -t "ci-${{github.sha}}"
run: docker buildx build --progress plain -o type=image -t "mars-censere:ci-${{github.sha}}"

0 comments on commit 684f760

Please sign in to comment.