chore: update docker

This commit is contained in:
sigoden
2024-04-07 23:01:59 +00:00
parent 0ff2b15c9a
commit a277698322
3 changed files with 30 additions and 15 deletions

View File

@@ -177,11 +177,12 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
file: Dockerfile-release
build-args: |
REPO=${{ github.repository }}
VER=${{ github.ref_name }}