Skip to content

Commit

Permalink
ci: add image build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Feb 20, 2024
1 parent 03ac535 commit 952d9e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build image
on:
push:
tags:
- 'v*'
branches:
- main
pull_request:

jobs:
build_and_push:
permissions:
packages: write
contents: read
uses: cnpem/epics-in-docker/.github/workflows/ioc-images.yml

0 comments on commit 952d9e3

Please sign in to comment.