Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blakep7 committed Jul 30, 2023
1 parent 002a95c commit 93b9060
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,7 @@ jobs:
# Temporarily use jenkins to upload the mac arm64 package to GHCR?
- name: Create GitHub Release
run: |
mkdir -p $RUNNER_TEMP/download_agbot && cd $RUNNER_TEMP/download_agbot
gh run download -n anax-linux-amd64_agbot-image-v${AGBOT_VERSION}
docker load --input amd64_agbot.tar.gz
docker pull ${DOCKERHUB_REGISTRY}/amd64_agbot:${AGBOT_VERSION}
SHORTCOMMIT=$(skopeo inspect docker-daemon:${{ env.DOCKERHUB_REGISTRY }}/amd64_agbot:${AGBOT_VERSION} | jq -r .Labels.release)
COMMITISH=$(
Expand Down

0 comments on commit 93b9060

Please sign in to comment.