fix
This commit is contained in:
parent
40075005d0
commit
3897d0e3f1
@ -63,6 +63,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_ORG: ryanc
|
DOCKER_ORG: ryanc
|
||||||
DOCKER_LATEST: latest
|
DOCKER_LATEST: latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: /bin/bash
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -72,7 +75,6 @@ jobs:
|
|||||||
- name: Prepare
|
- name: Prepare
|
||||||
id: prep
|
id: prep
|
||||||
run: |
|
run: |
|
||||||
env | sort
|
|
||||||
VERSION=sha-${GITHUB_SHA::8}
|
VERSION=sha-${GITHUB_SHA::8}
|
||||||
echo $VERSION
|
echo $VERSION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user