Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
chzbrgr71 committed Jun 20, 2023
1 parent 18b9259 commit 65c9db5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-ai-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
echo ::set-output name=repository::ghcr.io/azure-samples/aks-store-demo
echo "PROJECT=ai-service" >> $GITHUB_OUTPUT
echo ${{ steps.main.outputs.PROJECT }}
echo "action_state=yellow" >> "$GITHUB_ENV"
echo "${{ env.action_state }}"
#echo "version=$(echo ${GITHUB_SHA} | cut -c1-7)" >> $GITHUB_STATE
#echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_STATE
#echo "project=ai-service" >> $GITHUB_STATE
Expand All @@ -45,6 +47,7 @@ jobs:
- name: Testing variables
id: test-variables
run: echo ${{ steps.main.outputs.PROJECT }}
run: echo "${{ env.action_state }}"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
Expand Down

0 comments on commit 65c9db5

Please sign in to comment.