Skip to content

Commit

Permalink
TEMP: remove publish step for pipeline testing
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k committed May 28, 2024
1 parent 7a08750 commit 43cfc11
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_test_container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,4 @@ jobs:
az acr login --name aziotops
- name: Determine version from constants
run: |
echo VERSION=$(sed -n -e 's/^VERSION = "\(.*\)"/\1/p' ./azext_edge/constants.py) >> $GITHUB_ENV
- name: Build, tag, and push container image to registry
run: |
base="aziotops/cli-extension-tests"
az acr build -t $base:latest -t $base:${{ github.sha }} -t $base:${{ env.VERSION }} -r aziotops .
echo VERSION=$(sed -n -e 's/^VERSION = "\(.*\)"/\1/p' ./azext_edge/constants.py) >> $GITHUB_ENV

0 comments on commit 43cfc11

Please sign in to comment.