This commit is contained in:
@@ -20,10 +20,20 @@ jobs:
|
||||
- name: Login to GiteaDockerRepo
|
||||
run: |
|
||||
docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_TOKEN }}" ${{ vars.currect_gitea_url }}
|
||||
- name: Build latest archlinux Docker image and push to GiteaRepo
|
||||
- name: Build latest Docker image and push to GiteaRepo
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
docker build --network=host -t nebulabeat-mc:latest --no-cache .
|
||||
docker image tag nebulabeat-mc:latest ${{ vars.currect_gitea_url }}/vtbhelper/nebulabeat-mc:latest
|
||||
docker image push ${{ vars.currect_gitea_url }}/vtbhelper/nebulabeat-mc:latest
|
||||
docker image push ${{ vars.currect_gitea_url }}/vtbhelper/nebulabeat-mc:latest
|
||||
- name: compress datapack
|
||||
run: |
|
||||
mkdir bin/
|
||||
zip -r bin/trinkets-fixed.zip extra/trinkets-fixed
|
||||
- name: release datapack
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |-
|
||||
bin/**
|
||||
api_key: '${{ secrets.ACCESS_TOKEN }}'
|
||||
|
||||
Reference in New Issue
Block a user