Skip to content

Commit

Permalink
zarf -> uds zarf
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Mar 8, 2024
1 parent f54c084 commit c814636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tasks:
- description: Publish the packages
cmd: |
set -e
zarf package publish zarf-package-sonarqube-amd64-${VERSION}.tar.zst ${TARGET_REPO}
uds zarf package publish zarf-package-sonarqube-amd64-${VERSION}.tar.zst ${TARGET_REPO}
if [ ${FLAVOR} != "registry1" ]; then
zarf package publish zarf-package-sonarqube-arm64-${VERSION}.tar.zst ${TARGET_REPO}
uds zarf package publish zarf-package-sonarqube-arm64-${VERSION}.tar.zst ${TARGET_REPO}
fi

0 comments on commit c814636

Please sign in to comment.