Skip to content

Commit

Permalink
ci: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 20, 2024
1 parent 965d921 commit 62e44df
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ on:
GH_PAGES_DEPLOY:
required: false

#env:
# GLOBAL_VAR: 'GlobalValue'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand All @@ -47,10 +44,10 @@ jobs:
run: sudo apt-get install python3-github

- name: Check Out Repo
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@master
uses: docker/login-action@v3
env:
DOCKER_USER: ${{ secrets.DOCKER_HUB_USERNAME }}
if: ${{ env.DOCKER_USER != '' }}
Expand All @@ -60,16 +57,14 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
uses: docker/setup-buildx-action@v3

- name: install docker-build
run: |
curl -Ls -o install-dockerbuild https://github.com/cafe-desktop/cafe-dev-scripts/raw/master/travis/build/install-dockerbuild.sh
curl -Ls -o build-push https://github.com/cafe-desktop/cafe-dev-scripts/raw/master/travis/build/build-push.sh
chmod +x install-dockerbuild build-push
./install-dockerbuild
# echo "VERSION_DPL=`wget https://github.com/JamesIves/github-pages-deploy-action/releases/latest && cat latest |grep 'JamesIves/github-pages-deploy-action · GitHub'|cut -d " " -f4`" >> $GITHUB_ENV
echo "VERSION_DPL=v4" >> "{$GITHUB_OUTPUT}"
- name: Build and push
env:
Expand Down

0 comments on commit 62e44df

Please sign in to comment.