forked from External/greenlight
master #1
|
@ -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…
Reference in New Issue