mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
add docker build action
This commit is contained in:
parent
762bb2b379
commit
efef98e8b4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
run: |
|
||||
docker buildx build . \
|
||||
--build-arg DATABASE_TYPE=mysql \
|
||||
--build-arg BASE_PATH=/ \
|
||||
--build-arg BASE_PATH= \
|
||||
--tag $ECR_REGISTRY/$ECR_REPOSITORY:${{ env.ENVIRONMENT }}-latest \
|
||||
--tag $ECR_REGISTRY/$ECR_REPOSITORY:${{ env.ENVIRONMENT }}_$IMAGE_TAG \
|
||||
--push
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
# --set image.tag=${{ env.ENVIRONMENT }}_$IMAGE_TAG \
|
||||
# --set environment=${{ env.ENVIRONMENT }} \
|
||||
# -n alpha
|
||||
|
||||
|
||||
slackNotification:
|
||||
needs: build_and_publish
|
||||
name: Slack Notification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue