We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d194a98 commit eda72e9Copy full SHA for eda72e9
1 file changed
.github/workflows/build.yml
@@ -20,15 +20,10 @@ jobs:
20
with:
21
username: ${{ secrets.DOCKERHUB_USERNAME }}
22
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
+ - name: Build and push
+ uses: docker/build-push-action@v6
+ with:
+ context: .
+ platforms: linux/amd64,linux/arm64
+ push: true
+ tags: freelabspace/python-local:3.10
0 commit comments