We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44eb7a1 commit 4057299Copy full SHA for 4057299
1 file changed
.github/workflows/docker-image.yml
@@ -21,8 +21,10 @@ jobs:
21
run: docker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder
22
23
- name: Docker Build
24
- run: docker buildx build --platform linux/amd64,linux/arm64 . maxiplux/fastapidevops-auth:latest
+ run: docker buildx build --platform=linux/arm64,linux/amd64 --push --tag maxiplux/fastapidevops-auth:latest -f ./Dockerfile .
25
+
26
- name: Docker Push
- run: docker push index.docker.io/maxiplux/fastapidevops-auth
27
+ run: docker push index.docker.io/maxiplux/fastapidevops-auth:latest
28
29
30
0 commit comments