Compare commits
2 Commits
27a6aa3e57
...
d0f27f7aa3
| Author | SHA1 | Date | |
|---|---|---|---|
| d0f27f7aa3 | |||
| 32800d7498 |
@@ -71,7 +71,7 @@ jobs:
|
||||
# ref: ${{ steps.split.outputs.branch }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v4
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
printf "Tags:\n${{ steps.meta.outputs.tags }}"
|
||||
|
||||
- name: Build images
|
||||
uses: docker/build-push-action@v6
|
||||
uses: docker/build-push-action@v7
|
||||
with:
|
||||
context: .
|
||||
push: false
|
||||
|
||||
Reference in New Issue
Block a user