File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -115,3 +115,20 @@ jobs:
115115
116116 - name : Upload coverage to Codecov
117117 uses : codecov/codecov-action@v1
118+
119+ docker :
120+ runs-on : ubuntu-latest
121+ steps :
122+ - name : Checkout
123+ uses : actions/checkout@v2
124+ - name : Set up QEMU
125+ uses : docker/setup-qemu-action@v1
126+ - name : Set up Docker Buildx
127+ uses : docker/setup-buildx-action@v1
128+
129+ - name : Build and push
130+ uses : docker/build-push-action@v2
131+ with :
132+ context : .
133+ push : false
134+ tags : ${{ secrets.DOCKERHUB_USERNAME }}/djangoblog:dev
Original file line number Diff line number Diff line change 3636 linux/arm/v7
3737 linux/arm/v6
3838 linux/386
39- tags : liangliangyy /djangoblog:${{ github.event.release.tag_name }}
39+ tags : ${{ secrets.DOCKERHUB_USERNAME }} /djangoblog:${{ github.event.release.tag_name }}
You can’t perform that action at this time.
0 commit comments