File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 9090 # Ensure this job never runs on forked repos. It's only executed for 'grokability/snipe-it'
9191 if : github.repository == 'grokability/snipe-it'
9292 runs-on : ubuntu-latest
93- outputs :
94- tags : ${{ steps.gen_output.outputs.tags }}
9593 env :
9694 # Define tags to use for Docker images based on Git tags/branches (for docker/metadata-action)
9795 # For a new commit on default branch (master), use the literal tag 'latest' on Docker image.
@@ -154,10 +152,6 @@ jobs:
154152 # Use tags / labels provided by 'docker/metadata-action' above
155153 tags : ${{ steps.meta_build.outputs.tags }}
156154 labels : ${{ steps.meta_build.outputs.labels }}
157- - name : Generate output
158- id : gen_output
159- run : |
160- echo "tags=${{ steps.meta_build.outputs.tags }}" >> "$GITHUB_OUTPUT"
161155 combinator :
162156 name : combine multiple arches into a single "image"
163157 needs : [docker-ubuntu-intel, docker-ubuntu-arm]
@@ -175,7 +169,7 @@ jobs:
175169 - name : combine manifests
176170 uses : Noelware/docker-manifest-action@v1
177171 with :
178- tags : snipe/snipe-it: {{branch}}-combined
172+ tags : {{branch}}-combined
179173 inputs : snipe/snipe-it:{{branch}}-intel,snipe/snipe-it:{{branch}}-arm
180174 push : true
181175
You can’t perform that action at this time.
0 commit comments