mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
c1ea2a9b16
commit
2cabdb512f
|
|
@ -16,7 +16,7 @@ on:
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
RAW_IMAGE_NAME: ${{ github.repository }}
|
RAW_IMAGE_NAME: ${{ github.repository }}
|
||||||
IMAGE_NAME: ${{ env.RAW_IMAGE_NAME | lower }} # Convert repository name to lowercase
|
IMAGE_NAME: ${RAW_IMAGE_NAME,,} # Convert repository name to lowercase
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy-docker-hello-world:
|
deploy-docker-hello-world:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue