Skip to content

Commit eda72e9

Browse files
committed
update files.
1 parent d194a98 commit eda72e9

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ jobs:
2020
with:
2121
username: ${{ secrets.DOCKERHUB_USERNAME }}
2222
password: ${{ secrets.DOCKERHUB_TOKEN }}
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
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/python-local:3.10

0 commit comments

Comments
 (0)