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 7, 2024
1 parent 03ac535 commit c59756f
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: ericonr/test-repository/.github/workflows/eid.yml@376787cc5d6f32cc3ccd90eba9d504bcf5f8414f

0 comments on commit c59756f

Please sign in to comment.