mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Add the githash to docker builds
This commit is contained in:
parent
b98d56dcf6
commit
86f1a8019c
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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…
Reference in New Issue
Block a user