Skip to content

Commit 84c7535

Browse files
authored
Update cicid workflow
1 parent d0c3d5a commit 84c7535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
branches: [ "main" ]
88
workflow_dispatch:
99

10+
env:
11+
PHOEBUS_RELEASE: v4.7.3
1012

1113
jobs:
1214
build:
1315
runs-on: [ ubuntu-latest ]
14-
env:
15-
PHOEBUS_RELEASE: v4.7.3
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -96,4 +96,4 @@ jobs:
9696
file: containers/Dockerfile.saveandrestore
9797
push: true
9898
tags: adregistry.fnal.gov/epics/save-and-restore
99-
labels: ${{ steps.container-metadata.outputs.labels }}
99+
labels: ${{ steps.container-metadata.outputs.labels }}

0 commit comments

Comments
 (0)