Skip to content

Commit

Permalink
Upload build images to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Sep 8, 2023
1 parent 89487c4 commit f8c7813
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
OUTPUTFILE_X64: /storage/images/${{ github.event.inputs.sha }}/android/false/x64/

steps:
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Prepare container
run: |
wget https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip
Expand Down Expand Up @@ -154,4 +160,7 @@ jobs:
$GH release edit $VERSION-$BROMITE_SHA -t $VERSION-$BROMITE_SHA
$GH release edit $VERSION-$BROMITE_SHA --draft=false
docker push uazo/cromite:$VERSION
docker push uazo/cromite-build:$VERSION

0 comments on commit f8c7813

Please sign in to comment.