Skip to content

Bump docker/... actions #32

Bump docker/... actions

Bump docker/... actions #32

Workflow file for this run

name: Build Docker Image
on:
push:
branches:
- main
- 'releases/**'
pull_request:
branches:
- main
- 'releases/**'
jobs:
build:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: anheuermann/openmodelica-build-deps
- name: Build Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: false