Skip to content

Commit

Permalink
aktualigo GH-agoj
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfram Diestel committed Jun 10, 2022
1 parent f5ddf59 commit 9e8f530
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/docker-push.yml
Expand Up @@ -29,8 +29,9 @@ jobs:
runs-on: ubuntu-latest

steps:
# https://github.com/actions/checkout
- name: Ricevi la aktualan kodon
uses: actions/checkout@v1
uses: actions/checkout@v3

# - name: Run tests
# run: |
Expand All @@ -42,7 +43,7 @@ jobs:
# fi
- name: Kreo de ${{ env.IMAGE_NAME }}
run: |
docker build . --file Dockerfile --tag $IMAGE_NAME
./bin/eldono.sh kreo
# - name: Testoj de ${{ env.IMAGE_NAME }}
# run: |
Expand All @@ -52,8 +53,9 @@ jobs:
run: |
docker image save -o ${IMAGE_NAME}.tar ${IMAGE_NAME}
# https://github.com/actions/upload-artifact
- name: Konservo de ${{ env.IMAGE_NAME }} por la sekvonta tasko
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: ${{ env.IMAGE_NAME }}
path: ${{ env.IMAGE_NAME }}.tar
Expand All @@ -69,8 +71,9 @@ jobs:

steps:

# https://github.com/actions/download-artifact
- name: Reakiro de ${{ env.IMAGE_NAME }}
uses: actions/download-artifact@v1
uses: actions/download-artifact@v2
with:
name: ${{ env.IMAGE_NAME }}
path: image
Expand Down
2 changes: 1 addition & 1 deletion bin/eldono.sh
Expand Up @@ -34,7 +34,7 @@ etikedo)
git tag -f v${eldono} && git push && git push --tags -f
;;
kreo)
echo "Kreante lokan procezujon (por docker) voko-grilo"
echo "Kreante lokan procezujon (por docker) voko-grilo kiel eldono ${eldono}"
docker build --build-arg VG_TAG=v${eldono} --build-arg ZIP_SUFFIX=${eldono} -t voko-grilo .
;;
esac

0 comments on commit 9e8f530

Please sign in to comment.