Update docker-publish.yml

This commit is contained in:
2023-12-14 15:28:20 +06:00
committed by GitHub
parent a3d42e0a07
commit cda1afa50e

View File

@@ -17,5 +17,7 @@ jobs:
with: with:
username: ${{ secrets.DOCKER_LOGIN }} username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Update version
run: ./autoupdate.sh
- name: Deploy - name: Deploy
run: ./deploy run: ./deploy