forked from External/greenlight
Forked the workflows to avoid potential disruption (#2565)
This commit is contained in:
parent
cd4433798c
commit
32da1ee206
4
.github/workflows/build.push.yml
vendored
4
.github/workflows/build.push.yml
vendored
@ -22,13 +22,13 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Compute Short SHA
|
- name: Compute Short SHA
|
||||||
uses: benjlevesque/short-sha@v1.2
|
uses: farhatahmad/short-sha@v1.2
|
||||||
id: short-sha
|
id: short-sha
|
||||||
with:
|
with:
|
||||||
length: 7
|
length: 7
|
||||||
|
|
||||||
- name: Get Branch Name
|
- name: Get Branch Name
|
||||||
uses: tj-actions/branch-names@v2
|
uses: farhatahmad/branch-names@v2
|
||||||
id: branch-name
|
id: branch-name
|
||||||
|
|
||||||
- name: Build and Push latest
|
- name: Build and Push latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user