Skip to content

Commit 939d1a2

Browse files
committed
Fix release workflow
1 parent 53978fb commit 939d1a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
password: ${{ secrets.DOCKERHUB_TOKEN }}
8282

8383
- name: Build and push
84-
id: docker_build
8584
uses: docker/build-push-action@v3
8685
with:
8786
context: .
@@ -98,7 +97,6 @@ jobs:
9897
org.opencontainers.image.licenses=Apache-2.0
9998
10099
- name: Build locally
101-
id: docker_build
102100
uses: docker/build-push-action@v3
103101
with:
104102
context: .

0 commit comments

Comments
 (0)