test: values
All checks were successful
Docker Image CI / build (push) Successful in 0s

This commit is contained in:
2025-10-22 22:18:05 +08:00
parent 6002343d6c
commit 7c80f5373a

View File

@@ -1,8 +1,8 @@
name: Docker Image CI
on:
push:
tags:
- '*'
branches:
- main
jobs:
build:
@@ -12,9 +12,10 @@ jobs:
env:
QWE: ${{github.sha}}
QWRR: ${{github.repository}}
QWEWQ: ${{github.ref.name}}
QWEWQ: $GITHUB_REF_NAME
run: |
echo $GITHUB_SHA $QWE
echo $GITHUB_REPOSITORY $QWRR
echo $GITHUB_REF_NAME $QWEWQ
echo $QWEWQ
echo ${{github.ref.name}} ${{github.repository}} ${{github.sha}}