Skip to content

Commit 9d74e83

Browse files
authored
Merge pull request #85 from catenax-ng/chore/TRACEFOSS-1029-Add-dockerbuild-fe-latest
fix: TRACEFOSS-1029 Add fe_latest image tag to release step
2 parents 290f0d5 + 833178a commit 9d74e83

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/docker-image-tag-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

backend/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,6 @@
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>

0 commit comments

Comments
 (0)