Add the githash to docker builds

pull/1613/head
Wim 3 years ago
parent b98d56dcf6
commit 86f1a8019c
No known key found for this signature in database
GPG Key ID: 5E423DA5C9AA63D4

@ -9,6 +9,9 @@ jobs:
docker:
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

Loading…
Cancel
Save