Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix build errors (#2141)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update action.yml
  • Loading branch information
nishanil authored Aug 9, 2023
1 parent b2a9a4c commit 75d131b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/composite/build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ runs:
mkdir -p ~/.docker
echo $'{\n "experimental": "enabled"\n}' | sudo tee ~/.docker/config.json
sudo service docker restart
docker version -f '{{.Client.Experimental}}'
docker version -f '{{.Server.Experimental}}'
- name: Login to Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ${{ inputs.registry_host }}
username: ${{ inputs.registry_username }}
Expand Down Expand Up @@ -68,4 +66,4 @@ runs:
shell: bash
run: |
docker --config ~/.docker manifest create ${{ inputs.registry_endpoint }}/${{ inputs.image_name }}:${{ env.BRANCH }} ${{ inputs.registry_endpoint }}/${{ inputs.image_name }}:linux-${{ env.BRANCH }}
docker --config ~/.docker manifest push ${{ inputs.registry_endpoint }}/${{ inputs.image_name }}:${{ env.BRANCH }}
docker --config ~/.docker manifest push ${{ inputs.registry_endpoint }}/${{ inputs.image_name }}:${{ env.BRANCH }}

0 comments on commit 75d131b

Please sign in to comment.