Push image to dockerhub
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m11s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m11s
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
|||||||
BRANCH_NAME: ${{ github.ref_name }}
|
BRANCH_NAME: ${{ github.ref_name }}
|
||||||
SHORT_HASH: ${{ github.sha }}
|
SHORT_HASH: ${{ github.sha }}
|
||||||
run: |
|
run: |
|
||||||
# Build the image with the commit hash tag
|
|
||||||
docker build .
|
docker build .
|
||||||
- name: Make test
|
|
||||||
|
- name: Push
|
||||||
run:
|
run:
|
||||||
make ship
|
docker push liffsh/lilog:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user