Skip to content

Ubuntu 24.04 Noble Numbat #86

Ubuntu 24.04 Noble Numbat

Ubuntu 24.04 Noble Numbat #86

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Multiple platforms feature is currently not supported for docker driver.
run: docker buildx create --use
- name: Build the Docker image
run: make buildx
- name: Docker Hub Description
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: peterevans/dockerhub-description
short-description: ${{ github.event.repository.description }}