summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWim <wim@42.be>2021-10-17 14:28:40 +0200
committerWim <wim@42.be>2021-10-17 14:28:40 +0200
commit86f1a8019c4a7fb052b4c87d9326cde78c2a58dc (patch)
tree30f026bfa7babf0cc04c90190b5bba9a3ebcae25 /.github
parentb98d56dcf615c53e2304c4290b14f404a0f58f31 (diff)
downloadmatterbridge-msglm-86f1a8019c4a7fb052b4c87d9326cde78c2a58dc.tar.gz
matterbridge-msglm-86f1a8019c4a7fb052b4c87d9326cde78c2a58dc.tar.bz2
matterbridge-msglm-86f1a8019c4a7fb052b4c87d9326cde78c2a58dc.zip
Add the githash to docker builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 63a0c143..1a763261 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
-
+ name: Checkout
+ uses: actions/checkout@v2
+ -
name: Set up QEMU
uses: docker/setup-qemu-action@v1
-
@@ -26,6 +29,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
+ context: .
push: true
tags: 42wim/matterbridge:latest