Skip to content

Commit

Permalink
Fix legacy tags release build (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Aug 25, 2023
1 parent b26508f commit 8d09d2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ jobs:
cache-to: type=inline
- name: 🐳 Legacy Tags
run: |
echo '{"experimental": true}' | sudo tee -a /etc/docker/daemon.json
export DOCKER_CLI_EXPERIMENTAL=enabled
sudo systemctl restart docker
export DIGESTARM=$(docker manifest inspect ${{ env.DOCKERHUB_REPO }}:latest | jq -r '.manifests | to_entries[] | select(.value.platform.architecture == "arm" and .value.platform.variant == "v6").value | .digest')
docker pull ${{ env.DOCKERHUB_REPO }}@$DIGESTARM
docker tag ${{ env.DOCKERHUB_REPO }}@$DIGESTARM ${{ env.DOCKERHUB_REPO }}:v4-arm
Expand Down

0 comments on commit 8d09d2b

Please sign in to comment.