Skip to content

Commit

Permalink
Create an image build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Mar 26, 2024
1 parent 7286caa commit cc361df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:
- 'main'
tags:
- 'v*'

name: Build Docker image

jobs:

build:
name: Build Docker image
uses: code4romania/.github/.github/workflows/build-push-image.yml@main
with:
images: ghcr.io/code4romania/seismic-risc

0 comments on commit cc361df

Please sign in to comment.