Skip to content

Updated container for x86, updated base containers for RPI4B, AMD and… #1

Updated container for x86, updated base containers for RPI4B, AMD and…

Updated container for x86, updated base containers for RPI4B, AMD and… #1

name: intelx86_monitoring_image_build
on:
push:
branches:
- "main"
paths:
- "hardware_monitoring/intel_x86/container/*"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./hardware_monitoring/intel_x86/container/
file: ./hardware_monitoring/intel_x86/container/Dockerfile
platforms: linux/amd64
push: true
tags: markhamlee/intelx86_monitoring:latest