Skip to content

Commit

Permalink
ci: test deploy in sid
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 5, 2024
1 parent 692fcf9 commit c9f529b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_DISTRO: debian:testing
GH_PAGES_DEPLOY: 'true'
GH_PAGES_DEPLOY: 'false'
docker_sid:
uses: cafe-desktop/cafe-common/.github/workflows/main.yml@testdistro
with:
Expand All @@ -28,4 +28,4 @@ jobs:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
DOCKER_HUB_DISTRO: debian:sid
GH_PAGES_DEPLOY: 'false'
GH_PAGES_DEPLOY: 'true'

0 comments on commit c9f529b

Please sign in to comment.