Skip to content

Commit 5a875af

Browse files
author
Jeremy Price
committed
removing wonky outputs and trying different tag format... seems wheird?
1 parent 4134bd5 commit 5a875af

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/docker-ubuntu.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ jobs:
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

0 commit comments

Comments
 (0)