File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 59
59
name : Build and Push Docker Image (App)
60
60
needs : test
61
61
if : success()
62
- steps :
63
- - name : Check out repo
64
- uses : actions/checkout@v3
65
-
66
- - name : Docker Login
67
- uses : docker/login-action@v2
68
- with :
69
- username : ${{ secrets.DOCKERHUB_USERNAME }}
70
- password : ${{ secrets.DOCKERHUB_TOKEN }}
71
-
72
- - name : Set up QEMU
73
- uses : docker/setup-qemu-action@v2
74
-
75
- - name : Set up Docker Buildx
76
- uses : docker/setup-buildx-action@v2
77
-
78
- - name : Build and push Docker image
79
- uses : docker/build-push-action@v4
80
- with :
81
- context : .
82
- push : true
83
- tags : axelander/openbudgeteer:pre-release
84
- platforms : linux/arm64,linux/amd64
85
-
86
- deploy-docker-api :
87
- runs-on : ubuntu-latest
88
- name : Build and Push Docker Image (API)
89
- needs : test
90
- if : success()
91
62
steps :
92
63
- name : Check out repo
93
64
uses : actions/checkout@v3
110
81
context : .
111
82
push : true
112
83
tags : axelander/openbudgeteer:${{ github.ref_name }}
113
- platforms : linux/arm64,linux/amd64
84
+ platforms : linux/arm64,linux/amd64
You can’t perform that action at this time.
0 commit comments