Skip to content

Commit 3257929

Browse files
committed
Fix release action
1 parent 17829bf commit 3257929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: exit 78
2525
- name: Build image
2626
run: |
27-
docker build --label release=${{ github.event.release.tag_name }} -f ./Dockerfile --target ${{ matrix.docker }} -t artifactory.internal.sysdig.com/$EXPORTER_NAME:latest .
27+
docker build --label release=${{ github.event.release.tag_name }} --target ${{ matrix.docker }} -t artifactory.internal.sysdig.com/$EXPORTER_NAME:latest .
2828
- name: Publish docker image
2929
run: |
3030
docker tag artifactory.internal.sysdig.com/$EXPORTER_NAME:latest artifactory.internal.sysdig.com/$EXPORTER_NAME:${{ github.event.release.tag_name }}-${{ matrix.docker }}

0 commit comments

Comments
 (0)