Skip to content

Commit

Permalink
ci: test default branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Oct 19, 2024
1 parent 6f8d631 commit e0c13db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@main

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

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

- name: install docker-build
run: |
Expand All @@ -73,7 +73,7 @@ jobs:
./build-push ${{ secrets.DOCKER_HUB_DISTRO }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@dev
env:
GH_DEPLOY: ${{ secrets.GH_PAGES_DEPLOY }}
if: ${{ github.event_name == 'push' && env.GH_DEPLOY != 'false' }}
Expand Down

0 comments on commit e0c13db

Please sign in to comment.