Skip to content

UI: add DX favicon for browser tabs and update title branding (#12) #5

UI: add DX favicon for browser tabs and update title branding (#12)

UI: add DX favicon for browser tabs and update title branding (#12) #5

name: Build & Publish Docker Image
on:
push:
branches: [main]
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/devex-telemetry:latest
${{ secrets.DOCKERHUB_USERNAME }}/devex-telemetry:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max