Skip to content

Commit

Permalink
fix demo image push
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 3, 2025
1 parent 9d29a6b commit b52a2d2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ jobs:
labels: ${{ steps.meta-runtime.outputs.labels }}
push: true

- name: Runtime target metadata
id: meta-demo
uses: docker/metadata-action@v3
with:
images: |
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}${{ matrix.extension }}-demo
tags: |
type=raw,value=${{ github.ref_name }}
- name: Push demo image
if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
uses: docker/build-push-action@v5
Expand All @@ -120,7 +129,8 @@ jobs:
target: demo
build-args: |
IMAGE_EXT=${{ matrix.extension }}
tags: ${{ env.TAG }}-demo:${{ github.ref_name }}
tags: ${{ steps.meta-demo.outputs.tags }}
labels: ${{ steps.meta-demo.outputs.labels }}
push: true

release:
Expand Down
4 changes: 2 additions & 2 deletions opi/bl01t-ea-ioc-02.bob
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2024-11-30 16:22:39 by root-->
<!--Saved on 2025-03-03 08:39:36 by root-->
<display version="2.0.0">
<name>bl01t-ea-ioc-02</name>
<width>1250</width>
Expand Down Expand Up @@ -393,7 +393,7 @@
</widget>
<widget type="image" version="2.0.0">
<name>Image_2</name>
<pv_name>BL01T-EA-TST-02:ARR:ArrayData</pv_name>
<pv_name>pva://BL01T-EA-TST-02:PVA:OUTPUT</pv_name>
<x>396</x>
<y>36</y>
<width>670</width>
Expand Down

0 comments on commit b52a2d2

Please # to comment.