5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 01:49:35 +00:00

Add the githash to docker builds

This commit is contained in:
Wim 2021-10-17 14:28:40 +02:00
parent b98d56dcf6
commit 86f1a8019c
No known key found for this signature in database
GPG Key ID: 5E423DA5C9AA63D4

View File

@ -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