Skip to content

Commit c972997

Browse files
committed
Fixed duplicate IDs
1 parent 3028c21 commit c972997

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363

6464
- name: Main build and push
6565
if: github.ref == 'refs/heads/master'
66-
id: docker_build
6766
uses: docker/build-push-action@v2
6867
with:
6968
push: true
@@ -102,7 +101,6 @@ jobs:
102101
103102
- name: Branch build and push
104103
if: github.ref != 'refs/heads/master'
105-
id: docker_build
106104
uses: docker/build-push-action@v2
107105
with:
108106
push: true

0 commit comments

Comments
 (0)