|
@@ -35,9 +35,10 @@ jobs:
|
|
|
|
|
|
|
|
- name: Build and push
|
|
- name: Build and push
|
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
|
|
|
+ working-directory: ./packages/slackbot-proxy
|
|
|
with:
|
|
with:
|
|
|
context: .
|
|
context: .
|
|
|
- file: ./packages/slackbot-proxy/docker/Dockerfile
|
|
|
|
|
|
|
+ file: ./docker/Dockerfile
|
|
|
platforms: linux/amd64
|
|
platforms: linux/amd64
|
|
|
push: true
|
|
push: true
|
|
|
tags: |
|
|
tags: |
|
|
@@ -48,6 +49,7 @@ jobs:
|
|
|
|
|
|
|
|
- name: Update Docker Hub Description
|
|
- name: Update Docker Hub Description
|
|
|
uses: peter-evans/dockerhub-description@v2
|
|
uses: peter-evans/dockerhub-description@v2
|
|
|
|
|
+ working-directory: ./packages/slackbot-proxy
|
|
|
with:
|
|
with:
|
|
|
username: wsmoogle
|
|
username: wsmoogle
|
|
|
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|
|
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
|