Update build.yaml to include Docker image listing
All checks were successful
Actions Build Binary / Build-Binary (push) Successful in 5s
Actions Build Binary / Build-Docker-Image (push) Successful in 9s

This commit is contained in:
Alex Borisov 2024-02-01 21:43:42 +03:00
parent f89595f34d
commit b12bc0a52f

View File

@ -69,7 +69,8 @@ jobs:
ls ${{ gitea.workspace }}
- name: Build Dockerfile
run: |
docker build -t $(basename ${{ github.repository | tr '[:upper:]' '[:lower:]' }}) .
docker build -t $(basename ${{ github.repository | tr '[:upper:]' '[:lower:]' }}) .
docker image ls
- name: Upload Docker image to soaska.ru
run: |
package_name=$(basename ${{ github.repository | tr '[:upper:]' '[:lower:]' }})