File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 username : ${{ github.actor }}
3434 password : ${{ secrets.GITHUB_TOKEN }}
3535
36- - name : Build and push
36+ - name : Build and push ${{ env.REGISTRY }}/${{ github.repository }}:fe_${{ env.TAG_NAME }} and :fe_latest
3737 uses : docker/build-push-action@v4
3838 with :
3939 context : frontend
4040 push : true
41- tags : ${{ env.REGISTRY }}/${{ github.repository }}:fe_${{ env.TAG_NAME }}
41+ tags : ${{ env.REGISTRY }}/${{ github.repository }}:fe_${{ env.TAG_NAME }}, ${{ env.REGISTRY }}/${{ github.repository }}:fe_latest
4242
4343 Release-docker-image-backend :
4444 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 302302 <version >${apache-groovy.version} </version >
303303 </dependency >
304304
305- <dependency >
306- <groupId >com.github.spotbugs</groupId >
307- <artifactId >spotbugs-maven-plugin</artifactId >
308- <version >${spotbugs-plugin.version} </version >
309- </dependency >
310-
311305 <!-- test dependencies spring boot managed -->
312306 <dependency >
313307 <groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments