Skip to content

Commit

Permalink
Update deprecated command; test to see if I can get all tags to output
Browse files Browse the repository at this point in the history
  • Loading branch information
jalendport committed Jul 9, 2024
1 parent 2a4bac1 commit 3ee7227
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,15 @@ jobs:
fi
TAGS="$TAGS\ntype=raw,value=${tag},enable=true,priority=$priority"
done
echo "::set-output name=tags::$TAGS"
echo "tags=$TAGS" >> $GITHUB_OUTPUT
- name: Generate Docker meta
if: ${{ !env.ACT }}
id: meta
uses: docker/metadata-action@v5
with:
images: jalendport/spark-${{ inputs.image-name }}
tags: ${{ steps.generate-tags.outputs.tags }}
tags: |
${{ steps.generate-tags.outputs.tags }}
- name: Log in to Docker Hub
if: ${{ !env.ACT }}
uses: docker/login-action@v3
Expand Down

0 comments on commit 3ee7227

Please sign in to comment.