Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
doc: .github/workflows/docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzo authored and nullishamy committed May 28, 2024
1 parent cb21ce8 commit 4c8c35c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:

- name: Generate themes
run: |
# build docker image for the ci
sh docker/build.sh -v no
# push the image to the registry
sh docker/push.sh --username "${{ github.actor }}" --password "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 4c8c35c

Please sign in to comment.