./update-version.sh
This commit is contained in:
parent
77cce06e01
commit
33298dfb0f
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Update version
|
- name: Update version
|
||||||
run: |
|
run: |
|
||||||
ls
|
chmod +x update-version.sh
|
||||||
/update-version.sh
|
./update-version.sh
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue