Compare commits
5 Commits
5f4f162c1e
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d9dd73787 | |||
| 1b203daac3 | |||
| aeb8637de6 | |||
| 00d4bd5a6c | |||
| 2268f301a8 |
@ -9,7 +9,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v6
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@ -17,7 +17,7 @@ jobs:
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN}}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: build/Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user