Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amitie10g authored Jun 7, 2024
1 parent 99ef767 commit 3d92434
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
ltsc2022:
build:
strategy:
matrix:
WIN_VER: ["2022", "2019"]
Expand Down Expand Up @@ -42,3 +42,14 @@ jobs:
run: |
docker push ${{ secrets.DOCKERHUB_USERNAME }}/chocolatey --all-tags
docker push ghcr.io/${{ github.repository_owner }}/chocolatey --all-tags
trigger-next-workflow:
runs-on: ubuntu-latest
needs: build
steps:
- name: Trigger next workflow (visualstudio-build-tools-docker)
uses: benc-uk/workflow-dispatch@v1
with:
workflow: docker-image.yml
repo: amitie10g/visualstudio-build-tools-docker
token: ${{ secrets.VISUALSTUDIO_BUILD_TOOLS_DOCKER }}

0 comments on commit 3d92434

Please sign in to comment.