Skip to content

Commit

Permalink
Overwrite remaining stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCVanB committed Jan 26, 2022
1 parent 8fdf2f3 commit 79e9c08
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/on_build_and_publish_all_images.yaml

This file was deleted.

11 changes: 6 additions & 5 deletions .github/workflows/on_manual_build_all.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Stub
name: "Trigger: Someone/something requested to build & publish all images"

on: workflow_dispatch

jobs:

stub:
runs-on: ubuntu-latest
steps:
- run: echo 'stub'
build_and_publish_all_images:
uses: itopia-inc/selkies-vdi/.github/workflows/build_and_publish_all_images.yaml@main
with:
image_version_1: ${{ needs.get_version.outputs.version }}
image_version_2: latest
11 changes: 6 additions & 5 deletions .github/workflows/on_manual_build_changed.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Stub
name: "Trigger: Someone/something requested to build & publish changed images"

on: workflow_dispatch

jobs:

stub:
runs-on: ubuntu-latest
steps:
- run: echo 'stub'
build_and_publish_all_images:
uses: itopia-inc/selkies-vdi/.github/workflows/build_and_publish_changed_images.yaml@main
with:
image_version_1: ${{ needs.get_version.outputs.version }}
image_version_2: latest

0 comments on commit 79e9c08

Please sign in to comment.