Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smilerz committed Aug 26, 2024
1 parent d663d02 commit b5a46f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Get Node-RED Version
id: nrVersion
run: |
TAGS=""
TAGS="latest"
while IFS= read -r TAG;do
if [ -z "$TAGS" ]; then
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
BUILD_REF=${{ env.GITHUB.SHA }}
NODE_RED_VERSION=${{ steps.nrVersion.outputs.version }}
BUILD_VERSION=${{ steps.nrVersion.outputs.buildVersion }}
tags: "node-red:latest"
tags: "${{ steps.nrVersion.outputs.tags }}"

0 comments on commit b5a46f6

Please sign in to comment.