Skip to content

Commit

Permalink
ci: use epics-in-docker IOC build workflow.
Browse files Browse the repository at this point in the history
The workflow is configured to use Git tags to push tagged images to the
registry.
  • Loading branch information
henriquesimoes committed Mar 4, 2024
1 parent 0240d09 commit 25d1c8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Build image
on:
push:
tags:
- 'v*'
pull_request:

jobs:
build_and_push:
permissions:
packages: write
contents: read
uses: cnpem/epics-in-docker/.github/workflows/ioc-images.yml@main
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
ioc:
image: ghcr.io/cnpem/ad-aravis-epics-ioc
image: ghcr.io/cnpem/ad-aravis-epics-ioc:${TAG}
build:
context: ./
dockerfile: docker/Dockerfile
Expand Down

0 comments on commit 25d1c8a

Please sign in to comment.