Skip to content

Commit d194a98

Browse files
committed
update files.
1 parent e2e648d commit d194a98

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ jobs:
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
23-
- name: Build and push
24-
uses: docker/build-push-action@v6
25-
with:
26-
context: .
27-
platforms: linux/amd64,linux/arm64
28-
push: true
29-
tags: freelabspace/nacos-backup:latest
23+
- name: Build and push Docker image
24+
uses: docker/build-push-action@v6
25+
with:
26+
context: .
27+
file: ./Dockerfile
28+
platforms: linux/amd64,linux/arm64
29+
push: true
30+
tags: |
31+
freelabspace/python-local:3.10
32+
freelabspace/python-local:latest
33+
cache-from: type=gha
34+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)