build: 🏗️ docker构建问题修复
This commit is contained in:
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -23,6 +23,9 @@ jobs:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@@ -33,7 +36,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: log-lottery
|
||||
images: ${{ secrets.DOCKER_USERNAME }}/log-lottery
|
||||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
|
||||
Reference in New Issue
Block a user