Skip to content

Commit

Permalink
Test image-version
Browse files Browse the repository at this point in the history
  • Loading branch information
maroontress-tomohisa committed Jan 8, 2024
1 parent c9e7ecb commit 52bc043
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/image-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check image version

on:
push:
branches: [ "image-version" ]
pull_request:
branches: [ "image-version" ]

jobs:
check:
runs-on: ubuntu-latest

steps:
- name: Print $ImageOS and $ImageVersion
shell: bash
run: |
echo $ImageOS
echo $ImageVersion

0 comments on commit 52bc043

Please sign in to comment.