Skip to content

Commit

Permalink
Add job for building and pushing Docker image (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored May 7, 2024
1 parent d57b5b2 commit c321efb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build and Push Docker

on:
pull_request:
branches: [main]
push:
branches: [main]

jobs:
build-and-push-docker-image:
uses: ls1intum/.github/.github/workflows/build-and-push-docker-image.yml@main

0 comments on commit c321efb

Please # to comment.