diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 10e4e061..80eaf539 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -24,5 +24,5 @@ jobs: - name: Docker image uses: actions/upload-artifact@v3 with: - name: dshackle-image - path: build/jib-image.tar \ No newline at end of file + name: dshackle-docker-image + path: build/jib-image.tar